Html Css Color HEX #66D925 Kelly Green

📋 copy color: '#66D925'

red 102 ◦ green 217 ◦ blue 37

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

Shades of Kelly Green #66D925

Tints of Kelly Green #66D925

RGB

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

 GREEN value IS 217 (85.16% from 255) = 60.96%

 BLUE value IS 37 (14.84% from 255) = 10.39%

R = 28.65%
G = 60.96%
B = 10.39%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#66D925 (or 0x66D925) is known color: Kelly Green. HEX triplet: 66, D9 and 25. RGB value is (102,217,37). Sum of RGB (Red+Green+Blue) = 102+217+37=356 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.65% from 356); Green value is 217 (85.16% from 255 or 60.96% from 356); Blue value is 37 (14.84% from 255 or 10.39% from 356); Max value from RGB is 217 - color contains mainly: green. Hex color #66D925 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66D925 is #9926DA. Grayscale: #A2A2A2. Windows color (decimal): -10036955 or 2480486. OLE color: 2480486.

HSL color Cylindrical-coordinate representation of color #66D925: hue angle of 98.33º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #66D925 is Cyan = 0.53, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.15.

Color convert

RGB 102 217 37 -
CMYK 0.53 0 0.83 0.15
HSL 98.33º 0.71% 0.5% -
HSV(B) 98.33º 0.83% 0.85% -
XYZ 30.63 52.58 10.29 -
YUV 162.1 57.4 85.14 -
System Red Green Blue C M Y K H S L
Decimal 102 217 37 0.53 0 0.83 0.15 98.33 0.71 0.5
Hex 66 D9 25 35 0 53 F 62 47 32
Octal 146 331 45 65 0 123 17 142 107 62
Binary 1100110 11011001 100101 110101 0 1010011 1111 1100010 1000111 110010

Color Harmonies of #66D925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66D925

Black with #66D925

Text Example


Text Example

White with #66D925

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,217,37); }

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

background-color css

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

 a { background-color: rgb(102,217,37); }

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

border-color css

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

 span { border-color: rgb(102,217,37); }

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