#66EB0D

Color #66EB0D Bright Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Green #66EB0D

Tints of Bright Green #66EB0D

Color information

#66EB0D (or 0x66EB0D) is unknown color: approx Bright Green. HEX triplet: 66, EB and 0D. RGB value is (102,235,13). Sum of RGB (Red+Green+Blue) = 102+235+13=350 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.14% from 350); Green value is 235 (92.19% from 255 or 67.14% from 350); Blue value is 13 (5.47% from 255 or 3.71% from 350); Max value from RGB is 235 - color contains mainly: green. Hex color #66EB0D is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #66EB0D is #9914F2. Grayscale: #AAAAAA. Windows color (decimal): -10032371 or 912230. OLE color: 912230.

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

Color convert

RGB10223513-
CMYK0.5700.940.08
HSL95.95º89.52%48.63%-
HSV(B)95.95º94.47%92.16%-
XYZ35.2662.2710.54-
YUV169.9239.4479.55-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.14%
GREEN value IS 235 (92.19% from 255) = 67.14%
BLUE value IS 13 (5.47% from 255) = 3.71%
R=29.14%
G=67.14%
B=3.71%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal102235130.5700.940.0895.9589.5248.63
Hex66EBD3905E8605a31
Octal146353157101361014013261
Binary110011011101011110111100101011110100011000001011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66EB0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,235,13); }

 H1.HeaderClassName
 {
   color: #66EB0D;
 }
 .AnyTagClassName
 {
   color: #66EB0D;
 }
</style>
background-color css

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

 a { background-color: rgb(102,235,13); }

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

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

 span { border-color: rgb(102,235,13); }

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