#6CDE12

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

Shades of Bright Green #6CDE12

Tints of Bright Green #6CDE12

Color information

#6CDE12 (or 0x6CDE12) is unknown color: approx Bright Green. HEX triplet: 6C, DE and 12. RGB value is (108,222,18). Sum of RGB (Red+Green+Blue) = 108+222+18=348 (46% of max value = 765). Red value is 108 (42.58% from 255 or 31.03% from 348); Green value is 222 (87.11% from 255 or 63.79% from 348); Blue value is 18 (7.42% from 255 or 5.17% from 348); Max value from RGB is 222 - color contains mainly: green. Hex color #6CDE12 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6CDE12 is #9321ED. Grayscale: #A5A5A5. Windows color (decimal): -9642478 or 1236588. OLE color: 1236588.

HSL color Cylindrical-coordinate representation of color #6CDE12: hue angle of 93.53º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6CDE12 is Cyan = 0.51, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB10822218-
CMYK0.5100.920.13
HSL93.53º85%47.06%-
HSV(B)93.53º91.89%87.06%-
XYZ32.4155.479.57-
YUV164.6645.2387.59-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 31.03%
GREEN value IS 222 (87.11% from 255) = 63.79%
BLUE value IS 18 (7.42% from 255) = 5.17%
R=31.03%
G=63.79%
B=5.17%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal108222180.5100.920.1393.538547.06
Hex6CDE123305CD5e552f
Octal154336226301341513612557
Binary1101100110111101001011001101011100110110111101010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CDE12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,222,18); }

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

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

 a { background-color: rgb(108,222,18); }

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

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

 span { border-color: rgb(108,222,18); }

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