Html Css Color HEX #66DC27 Kelly Green

📋 copy color: '#66DC27'

red 102 ◦ green 220 ◦ blue 39

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

Shades of Kelly Green #66DC27

Tints of Kelly Green #66DC27

RGB

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

 GREEN value IS 220 (86.33% from 255) = 60.94%

 BLUE value IS 39 (15.63% from 255) = 10.8%

R = 28.25%
G = 60.94%
B = 10.8%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#66DC27 (or 0x66DC27) is known color: Kelly Green. HEX triplet: 66, DC and 27. RGB value is (102,220,39). Sum of RGB (Red+Green+Blue) = 102+220+39=361 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.25% from 361); Green value is 220 (86.33% from 255 or 60.94% from 361); Blue value is 39 (15.62% from 255 or 10.80% from 361); Max value from RGB is 220 - color contains mainly: green. Hex color #66DC27 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66DC27 is #9923D8. Grayscale: #A4A4A4. Windows color (decimal): -10036185 or 2612326. OLE color: 2612326.

HSL color Cylindrical-coordinate representation of color #66DC27: hue angle of 99.12º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #66DC27 is Cyan = 0.54, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.14.

Color convert

RGB 102 220 39 -
CMYK 0.54 0 0.82 0.14
HSL 99.12º 0.72% 0.51% -
HSV(B) 99.12º 0.82% 0.86% -
XYZ 31.44 54.16 10.72 -
YUV 164.08 57.41 83.72 -
System Red Green Blue C M Y K H S L
Decimal 102 220 39 0.54 0 0.82 0.14 99.12 0.72 0.51
Hex 66 DC 27 36 0 52 E 63 48 33
Octal 146 334 47 66 0 122 16 143 110 63
Binary 1100110 11011100 100111 110110 0 1010010 1110 1100011 1001000 110011

Color Harmonies of #66DC27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66DC27

Black with #66DC27

Text Example


Text Example

White with #66DC27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,220,39); }

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

background-color css

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

 a { background-color: rgb(102,220,39); }

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

border-color css

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

 span { border-color: rgb(102,220,39); }

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