Html Css Color HEX #66D41D Kelly Green

📋 copy color: '#66D41D'

red 102 ◦ green 212 ◦ blue 29

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

Shades of Kelly Green #66D41D

Tints of Kelly Green #66D41D

RGB

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

 GREEN value IS 212 (83.2% from 255) = 61.81%

 BLUE value IS 29 (11.72% from 255) = 8.45%

R = 29.74%
G = 61.81%
B = 8.45%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.86

 K value IS 0.17

RGB Variations

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

Color information

#66D41D (or 0x66D41D) is known color: Kelly Green. HEX triplet: 66, D4 and 1D. RGB value is (102,212,29). Sum of RGB (Red+Green+Blue) = 102+212+29=343 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.74% from 343); Green value is 212 (83.20% from 255 or 61.81% from 343); Blue value is 29 (11.72% from 255 or 8.45% from 343); Max value from RGB is 212 - color contains mainly: green. Hex color #66D41D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66D41D is #992BE2. Grayscale: #9E9E9E. Windows color (decimal): -10038243 or 1954918. OLE color: 1954918.

HSL color Cylindrical-coordinate representation of color #66D41D: hue angle of 96.07º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #66D41D is Cyan = 0.52, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.17.

Color convert

RGB 102 212 29 -
CMYK 0.52 0 0.86 0.17
HSL 96.07º 0.76% 0.47% -
HSV(B) 96.07º 0.86% 0.83% -
XYZ 29.24 50 9.27 -
YUV 158.25 55.06 87.88 -
System Red Green Blue C M Y K H S L
Decimal 102 212 29 0.52 0 0.86 0.17 96.07 0.76 0.47
Hex 66 D4 1D 34 0 56 11 60 4C 2F
Octal 146 324 35 64 0 126 21 140 114 57
Binary 1100110 11010100 11101 110100 0 1010110 10001 1100000 1001100 101111

Color Harmonies of #66D41D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66D41D

Black with #66D41D

Text Example


Text Example

White with #66D41D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,212,29); }

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

background-color css

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

 a { background-color: rgb(102,212,29); }

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

border-color css

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

 span { border-color: rgb(102,212,29); }

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