Html Css Color HEX #66CF28 Kelly Green

📋 copy color: '#66CF28'

red 102 ◦ green 207 ◦ blue 40

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

Shades of Kelly Green #66CF28

Tints of Kelly Green #66CF28

RGB

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

 GREEN value IS 207 (81.25% from 255) = 59.31%

 BLUE value IS 40 (16.02% from 255) = 11.46%

R = 29.23%
G = 59.31%
B = 11.46%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#66CF28 (or 0x66CF28) is known color: Kelly Green. HEX triplet: 66, CF and 28. RGB value is (102,207,40). Sum of RGB (Red+Green+Blue) = 102+207+40=349 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.23% from 349); Green value is 207 (81.25% from 255 or 59.31% from 349); Blue value is 40 (16.02% from 255 or 11.46% from 349); Max value from RGB is 207 - color contains mainly: green. Hex color #66CF28 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66CF28 is #9930D7. Grayscale: #9D9D9D. Windows color (decimal): -10039512 or 2674534. OLE color: 2674534.

HSL color Cylindrical-coordinate representation of color #66CF28: hue angle of 97.72º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #66CF28 is Cyan = 0.51, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.19.

Color convert

RGB 102 207 40 -
CMYK 0.51 0 0.81 0.19
HSL 97.72º 0.68% 0.48% -
HSV(B) 97.72º 0.81% 0.81% -
XYZ 28.18 47.6 9.71 -
YUV 156.57 62.21 89.08 -
System Red Green Blue C M Y K H S L
Decimal 102 207 40 0.51 0 0.81 0.19 97.72 0.68 0.48
Hex 66 CF 28 33 0 51 13 62 44 30
Octal 146 317 50 63 0 121 23 142 104 60
Binary 1100110 11001111 101000 110011 0 1010001 10011 1100010 1000100 110000

Color Harmonies of #66CF28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66CF28

Black with #66CF28

Text Example


Text Example

White with #66CF28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,207,40); }

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

background-color css

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

 a { background-color: rgb(102,207,40); }

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

border-color css

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

 span { border-color: rgb(102,207,40); }

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