Html Css Color HEX #6CD00E Kelly Green

📋 copy color: '#6CD00E'

red 108 ◦ green 208 ◦ blue 14

#6CD00E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kelly Green #6CD00E

Tints of Kelly Green #6CD00E

RGB

 RED value IS 108 (42.58% from 255) = 32.73%

 GREEN value IS 208 (81.64% from 255) = 63.03%

 BLUE value IS 14 (5.86% from 255) = 4.24%

R = 32.73%
G = 63.03%
B = 4.24%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#6CD00E (or 0x6CD00E) is known color: Kelly Green. HEX triplet: 6C, D0 and 0E. RGB value is (108,208,14). Sum of RGB (Red+Green+Blue) = 108+208+14=330 (43% of max value = 765). Red value is 108 (42.58% from 255 or 32.73% from 330); Green value is 208 (81.64% from 255 or 63.03% from 330); Blue value is 14 (5.86% from 255 or 4.24% from 330); Max value from RGB is 208 - color contains mainly: green. Hex color #6CD00E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6CD00E is #932FF1. Grayscale: #9C9C9C. Windows color (decimal): -9646066 or 970860. OLE color: 970860.

HSL color Cylindrical-coordinate representation of color #6CD00E: hue angle of 90.93º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6CD00E is Cyan = 0.48, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.18.

Color convert

RGB 108 208 14 -
CMYK 0.48 0 0.93 0.18
HSL 90.93º 0.87% 0.44% -
HSV(B) 90.93º 0.93% 0.82% -
XYZ 28.82 48.33 8.23 -
YUV 155.98 47.87 93.77 -
System Red Green Blue C M Y K H S L
Decimal 108 208 14 0.48 0 0.93 0.18 90.93 0.87 0.44
Hex 6C D0 E 30 0 5D 12 5B 57 2C
Octal 154 320 16 60 0 135 22 133 127 54
Binary 1101100 11010000 1110 110000 0 1011101 10010 1011011 1010111 101100

Color Harmonies of #6CD00E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CD00E

Black with #6CD00E

Text Example


Text Example

White with #6CD00E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,208,14); }

 H1.HeaderClassName
 {
   color: #6CD00E;
 }
 .AnyTagClassName
 {
   color: #6CD00E;
 }
</style>

background-color css

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

 a { background-color: rgb(108,208,14); }

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

border-color css

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

 span { border-color: rgb(108,208,14); }

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