Html Css Color HEX #66CD0F Kelly Green

📋 copy color: '#66CD0F'

red 102 ◦ green 205 ◦ blue 15

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

Shades of Kelly Green #66CD0F

Tints of Kelly Green #66CD0F

RGB

 RED value IS 102 (40.23% from 255) = 31.68%

 GREEN value IS 205 (80.47% from 255) = 63.66%

 BLUE value IS 15 (6.25% from 255) = 4.66%

R = 31.68%
G = 63.66%
B = 4.66%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.93

 K value IS 0.20

RGB Variations

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

Color information

#66CD0F (or 0x66CD0F) is known color: Kelly Green. HEX triplet: 66, CD and 0F. RGB value is (102,205,15). Sum of RGB (Red+Green+Blue) = 102+205+15=322 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.68% from 322); Green value is 205 (80.47% from 255 or 63.66% from 322); Blue value is 15 (6.25% from 255 or 4.66% from 322); Max value from RGB is 205 - color contains mainly: green. Hex color #66CD0F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #66CD0F is #9932F0. Grayscale: #999999. Windows color (decimal): -10040049 or 1035622. OLE color: 1035622.

HSL color Cylindrical-coordinate representation of color #66CD0F: hue angle of 92.53º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #66CD0F is Cyan = 0.50, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.20.

Color convert

RGB 102 205 15 -
CMYK 0.50 0 0.93 0.20
HSL 92.53º 0.86% 0.43% -
HSV(B) 92.53º 0.93% 0.8% -
XYZ 27.4 46.52 7.99 -
YUV 152.54 50.38 91.95 -
System Red Green Blue C M Y K H S L
Decimal 102 205 15 0.50 0 0.93 0.20 92.53 0.86 0.43
Hex 66 CD F 32 0 5D 14 5D 56 2B
Octal 146 315 17 62 0 135 24 135 126 53
Binary 1100110 11001101 1111 110010 0 1011101 10100 1011101 1010110 101011

Color Harmonies of #66CD0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66CD0F

Black with #66CD0F

Text Example


Text Example

White with #66CD0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66CD0F; }

 p { color: rgb(102,205,15); }

 H1.HeaderClassName
 {
   color: #66CD0F;
 }
 .AnyTagClassName
 {
   color: #66CD0F;
 }
</style>

background-color css

<style>
 a { background-color: #66CD0F; }

 a { background-color: rgb(102,205,15); }

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

border-color css

<style>
 span { border-color: #66CD0F; }

 span { border-color: rgb(102,205,15); }

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