Html Css Color HEX #66D405 Kelly Green

📋 copy color: '#66D405'

red 102 ◦ green 212 ◦ blue 5

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

Shades of Kelly Green #66D405

Tints of Kelly Green #66D405

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.57%

R = 31.97%
G = 66.46%
B = 1.57%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.98

 K value IS 0.17

RGB Variations

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

Color information

#66D405 (or 0x66D405) is known color: Kelly Green. HEX triplet: 66, D4 and 05. RGB value is (102,212,5). Sum of RGB (Red+Green+Blue) = 102+212+5=319 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.97% from 319); Green value is 212 (83.20% from 255 or 66.46% from 319); Blue value is 5 (2.34% from 255 or 1.57% from 319); Max value from RGB is 212 - color contains mainly: green. Hex color #66D405 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #66D405 is #992BFA. Grayscale: #9C9C9C. Windows color (decimal): -10038267 or 382054. OLE color: 382054.

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

Color convert

RGB 102 212 5 -
CMYK 0.52 0 0.98 0.17
HSL 91.88º 0.95% 0.43% -
HSV(B) 91.88º 0.98% 0.83% -
XYZ 29.05 49.92 8.25 -
YUV 155.51 43.06 89.83 -
System Red Green Blue C M Y K H S L
Decimal 102 212 5 0.52 0 0.98 0.17 91.88 0.95 0.43
Hex 66 D4 5 34 0 62 11 5C 5F 2B
Octal 146 324 5 64 0 142 21 134 137 53
Binary 1100110 11010100 101 110100 0 1100010 10001 1011100 1011111 101011

Color Harmonies of #66D405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66D405

Black with #66D405

Text Example


Text Example

White with #66D405

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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