Html Css Color HEX #66DC07 Bright Green

📋 copy color: '#66DC07'

red 102 ◦ green 220 ◦ blue 7

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

Shades of Bright Green #66DC07

Tints of Bright Green #66DC07

RGB

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

 GREEN value IS 220 (86.33% from 255) = 66.87%

 BLUE value IS 7 (3.13% from 255) = 2.13%

R = 31%
G = 66.87%
B = 2.13%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#66DC07 (or 0x66DC07) is known color: Bright Green. HEX triplet: 66, DC and 07. RGB value is (102,220,7). Sum of RGB (Red+Green+Blue) = 102+220+7=329 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.00% from 329); Green value is 220 (86.33% from 255 or 66.87% from 329); Blue value is 7 (3.12% from 255 or 2.13% from 329); Max value from RGB is 220 - color contains mainly: green. Hex color #66DC07 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #66DC07 is #9923F8. Grayscale: #A1A1A1. Windows color (decimal): -10036217 or 515174. OLE color: 515174.

HSL color Cylindrical-coordinate representation of color #66DC07: hue angle of 93.24º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #66DC07 is Cyan = 0.54, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.14.

Color convert

RGB 102 220 7 -
CMYK 0.54 0 0.97 0.14
HSL 93.24º 0.94% 0.45% -
HSV(B) 93.24º 0.97% 0.86% -
XYZ 31.11 54.03 8.99 -
YUV 160.44 41.41 86.32 -
System Red Green Blue C M Y K H S L
Decimal 102 220 7 0.54 0 0.97 0.14 93.24 0.94 0.45
Hex 66 DC 7 36 0 61 E 5D 5E 2D
Octal 146 334 7 66 0 141 16 135 136 55
Binary 1100110 11011100 111 110110 0 1100001 1110 1011101 1011110 101101

Color Harmonies of #66DC07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66DC07

Black with #66DC07

Text Example


Text Example

White with #66DC07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,220,7); }

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

background-color css

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

 a { background-color: rgb(102,220,7); }

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

border-color css

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

 span { border-color: rgb(102,220,7); }

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