Html Css Color HEX #66EA07 Bright Green

📋 copy color: '#66EA07'

red 102 ◦ green 234 ◦ blue 7

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

Shades of Bright Green #66EA07

Tints of Bright Green #66EA07

RGB

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

 GREEN value IS 234 (91.8% from 255) = 68.22%

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

R = 29.74%
G = 68.22%
B = 2.04%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#66EA07 (or 0x66EA07) is known color: Bright Green. HEX triplet: 66, EA and 07. RGB value is (102,234,7). Sum of RGB (Red+Green+Blue) = 102+234+7=343 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.74% from 343); Green value is 234 (91.80% from 255 or 68.22% from 343); Blue value is 7 (3.12% from 255 or 2.04% from 343); Max value from RGB is 234 - color contains mainly: green. Hex color #66EA07 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #66EA07 is #9915F8. Grayscale: #A9A9A9. Windows color (decimal): -10032633 or 518758. OLE color: 518758.

HSL color Cylindrical-coordinate representation of color #66EA07: hue angle of 94.89º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #66EA07 is Cyan = 0.56, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.08.

Color convert

RGB 102 234 7 -
CMYK 0.56 0 0.97 0.08
HSL 94.89º 0.94% 0.47% -
HSV(B) 94.89º 0.97% 0.92% -
XYZ 34.94 61.69 10.27 -
YUV 168.65 36.77 80.46 -
System Red Green Blue C M Y K H S L
Decimal 102 234 7 0.56 0 0.97 0.08 94.89 0.94 0.47
Hex 66 EA 7 38 0 61 8 5F 5E 2F
Octal 146 352 7 70 0 141 10 137 136 57
Binary 1100110 11101010 111 111000 0 1100001 1000 1011111 1011110 101111

Color Harmonies of #66EA07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66EA07

Black with #66EA07

Text Example


Text Example

White with #66EA07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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