#6CE010

Color #6CE010 Bright Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Green #6CE010

Tints of Bright Green #6CE010

Color information

#6CE010 (or 0x6CE010) is unknown color: approx Bright Green. HEX triplet: 6C, E0 and 10. RGB value is (108,224,16). Sum of RGB (Red+Green+Blue) = 108+224+16=348 (46% of max value = 765). Red value is 108 (42.58% from 255 or 31.03% from 348); Green value is 224 (87.89% from 255 or 64.37% from 348); Blue value is 16 (6.64% from 255 or 4.60% from 348); Max value from RGB is 224 - color contains mainly: green. Hex color #6CE010 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6CE010 is #931FEF. Grayscale: #A6A6A6. Windows color (decimal): -9641968 or 1106028. OLE color: 1106028.

HSL color Cylindrical-coordinate representation of color #6CE010: hue angle of 93.46º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6CE010 is Cyan = 0.52, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.12.

Color convert

RGB10822416-
CMYK0.5200.930.12
HSL93.46º86.67%47.06%-
HSV(B)93.46º92.86%87.84%-
XYZ32.9356.549.67-
YUV165.643.5786.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 108 (42.58% from 255) = 31.03%
GREEN value IS 224 (87.89% from 255) = 64.37%
BLUE value IS 16 (6.64% from 255) = 4.60%
R=31.03%
G=64.37%
B=4.60%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal108224160.5200.930.1293.4686.6747.06
Hex6CE0103405DC5d572f
Octal154340206401351413512757
Binary1101100111000001000011010001011101110010111011010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CE010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6CE010; }

 p { color: rgb(108,224,16); }

 H1.HeaderClassName
 {
   color: #6CE010;
 }
 .AnyTagClassName
 {
   color: #6CE010;
 }
</style>
background-color css

<style>
 a { background-color: #6CE010; }

 a { background-color: rgb(108,224,16); }

 div.DivClassName
 {
   background-color: #6CE010;
 }
 .BgClassName
 {
   background-color: #6CE010;
 }
</style>
border-color css

<style>
 span { border-color: #6CE010; }

 span { border-color: rgb(108,224,16); }

 td.TdClassName
 {
   border-color: #6CE010;
 }
 .TagClassName
 {
   border-color: #6CE010;
 }
</style>