Html Css Color HEX #66DB2D Kelly Green

📋 copy color: '#66DB2D'

red 102 ◦ green 219 ◦ blue 45

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

Shades of Kelly Green #66DB2D

Tints of Kelly Green #66DB2D

RGB

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

 GREEN value IS 219 (85.94% from 255) = 59.84%

 BLUE value IS 45 (17.97% from 255) = 12.3%

R = 27.87%
G = 59.84%
B = 12.3%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#66DB2D (or 0x66DB2D) is known color: Kelly Green. HEX triplet: 66, DB and 2D. RGB value is (102,219,45). Sum of RGB (Red+Green+Blue) = 102+219+45=366 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.87% from 366); Green value is 219 (85.94% from 255 or 59.84% from 366); Blue value is 45 (17.97% from 255 or 12.30% from 366); Max value from RGB is 219 - color contains mainly: green. Hex color #66DB2D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66DB2D is #9924D2. Grayscale: #A4A4A4. Windows color (decimal): -10036435 or 3005286. OLE color: 3005286.

HSL color Cylindrical-coordinate representation of color #66DB2D: hue angle of 100.34º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #66DB2D is Cyan = 0.53, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.14.

Color convert

RGB 102 219 45 -
CMYK 0.53 0 0.79 0.14
HSL 100.34º 0.71% 0.52% -
HSV(B) 100.34º 0.79% 0.86% -
XYZ 31.28 53.68 11.19 -
YUV 164.18 60.74 83.65 -
System Red Green Blue C M Y K H S L
Decimal 102 219 45 0.53 0 0.79 0.14 100.34 0.71 0.52
Hex 66 DB 2D 35 0 4F E 64 47 34
Octal 146 333 55 65 0 117 16 144 107 64
Binary 1100110 11011011 101101 110101 0 1001111 1110 1100100 1000111 110100

Color Harmonies of #66DB2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66DB2D

Black with #66DB2D

Text Example


Text Example

White with #66DB2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,219,45); }

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

background-color css

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

 a { background-color: rgb(102,219,45); }

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

border-color css

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

 span { border-color: rgb(102,219,45); }

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