Html Css Color HEX #66D52B Kelly Green

📋 copy color: '#66D52B'

red 102 ◦ green 213 ◦ blue 43

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

Shades of Kelly Green #66D52B

Tints of Kelly Green #66D52B

RGB

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

 GREEN value IS 213 (83.59% from 255) = 59.5%

 BLUE value IS 43 (17.19% from 255) = 12.01%

R = 28.49%
G = 59.5%
B = 12.01%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#66D52B (or 0x66D52B) is known color: Kelly Green. HEX triplet: 66, D5 and 2B. RGB value is (102,213,43). Sum of RGB (Red+Green+Blue) = 102+213+43=358 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.49% from 358); Green value is 213 (83.59% from 255 or 59.50% from 358); Blue value is 43 (17.19% from 255 or 12.01% from 358); Max value from RGB is 213 - color contains mainly: green. Hex color #66D52B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66D52B is #992AD4. Grayscale: #A0A0A0. Windows color (decimal): -10037973 or 2872678. OLE color: 2872678.

HSL color Cylindrical-coordinate representation of color #66D52B: hue angle of 99.18º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #66D52B is Cyan = 0.52, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.16.

Color convert

RGB 102 213 43 -
CMYK 0.52 0 0.80 0.16
HSL 99.18º 0.67% 0.5% -
HSV(B) 99.18º 0.8% 0.84% -
XYZ 29.71 50.59 10.48 -
YUV 160.43 61.73 86.32 -
System Red Green Blue C M Y K H S L
Decimal 102 213 43 0.52 0 0.80 0.16 99.18 0.67 0.5
Hex 66 D5 2B 34 0 50 10 63 43 32
Octal 146 325 53 64 0 120 20 143 103 62
Binary 1100110 11010101 101011 110100 0 1010000 10000 1100011 1000011 110010

Color Harmonies of #66D52B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66D52B

Black with #66D52B

Text Example


Text Example

White with #66D52B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,213,43); }

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

background-color css

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

 a { background-color: rgb(102,213,43); }

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

border-color css

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

 span { border-color: rgb(102,213,43); }

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