#6CDF10

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

Shades of Bright Green #6CDF10

Tints of Bright Green #6CDF10

Color information

#6CDF10 (or 0x6CDF10) is unknown color: approx Bright Green. HEX triplet: 6C, DF and 10. RGB value is (108,223,16). Sum of RGB (Red+Green+Blue) = 108+223+16=347 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.12% from 347); Green value is 223 (87.5% from 255 or 64.27% from 347); Blue value is 16 (6.64% from 255 or 4.61% from 347); Max value from RGB is 223 - color contains mainly: green. Hex color #6CDF10 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6CDF10 is #9320EF. Grayscale: #A5A5A5. Windows color (decimal): -9642224 or 1105772. OLE color: 1105772.

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

Color convert

RGB10822316-
CMYK0.5200.930.13
HSL93.33º86.61%46.86%-
HSV(B)93.33º92.83%87.45%-
XYZ32.67569.58-
YUV165.0243.987.33-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 31.12%
GREEN value IS 223 (87.5% from 255) = 64.27%
BLUE value IS 16 (6.64% from 255) = 4.61%
R=31.12%
G=64.27%
B=4.61%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal108223160.5200.930.1393.3386.6146.86
Hex6CDF103405DD5d572f
Octal154337206401351513512757
Binary1101100110111111000011010001011101110110111011010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CDF10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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