Html Css Color HEX #66D502 Bright Green

📋 copy color: '#66D502'

red 102 ◦ green 213 ◦ blue 2

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

Shades of Bright Green #66D502

Tints of Bright Green #66D502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.63%

R = 32.18%
G = 67.19%
B = 0.63%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#66D502 (or 0x66D502) is known color: Bright Green. HEX triplet: 66, D5 and 02. RGB value is (102,213,2). Sum of RGB (Red+Green+Blue) = 102+213+2=317 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.18% from 317); Green value is 213 (83.59% from 255 or 67.19% from 317); Blue value is 2 (1.17% from 255 or 0.63% from 317); Max value from RGB is 213 - color contains mainly: green. Hex color #66D502 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #66D502 is #992AFD. Grayscale: #9C9C9C. Windows color (decimal): -10038014 or 185702. OLE color: 185702.

HSL color Cylindrical-coordinate representation of color #66D502: hue angle of 91.56º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #66D502 is Cyan = 0.52, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.16.

Color convert

RGB 102 213 2 -
CMYK 0.52 0 0.99 0.16
HSL 91.56º 0.98% 0.42% -
HSV(B) 91.56º 0.99% 0.84% -
XYZ 29.28 50.42 8.25 -
YUV 155.76 41.23 89.66 -
System Red Green Blue C M Y K H S L
Decimal 102 213 2 0.52 0 0.99 0.16 91.56 0.98 0.42
Hex 66 D5 2 34 0 63 10 5C 62 2A
Octal 146 325 2 64 0 143 20 134 142 52
Binary 1100110 11010101 10 110100 0 1100011 10000 1011100 1100010 101010

Color Harmonies of #66D502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66D502

Black with #66D502

Text Example


Text Example

White with #66D502

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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