#42FD85

Color #42FD85 Emerald (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emerald #42FD85

Tints of Emerald #42FD85

Color information

#42FD85 (or 0x42FD85) is unknown color: approx Emerald. HEX triplet: 42, FD and 85. RGB value is (66,253,133). Sum of RGB (Red+Green+Blue) = 66+253+133=452 (59% of max value = 765). Red value is 66 (26.17% from 255 or 14.60% from 452); Green value is 253 (99.22% from 255 or 55.97% from 452); Blue value is 133 (52.34% from 255 or 29.42% from 452); Max value from RGB is 253 - color contains mainly: green. Hex color #42FD85 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42FD85 is #BD027A. Grayscale: #B7B7B7. Windows color (decimal): -12386939 or 8781122. OLE color: 8781122.

HSL color Cylindrical-coordinate representation of color #42FD85: hue angle of 141.5º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42FD85 is Cyan = 0.74, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.01.

Color convert

RGB66253133-
CMYK0.7400.470.01
HSL141.5º97.91%62.55%-
HSV(B)141.5º73.91%99.22%-
XYZ41.6173.134.11-
YUV183.4199.5544.26-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 14.60%
GREEN value IS 253 (99.22% from 255) = 55.97%
BLUE value IS 133 (52.34% from 255) = 29.42%
R=14.60%
G=55.97%
B=29.42%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal662531330.7400.470.01141.597.9162.55
Hex42FD854A02F18d623f
Octal102375205112057121514277
Binary10000101111110110000101100101001011111100011011100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42FD85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42FD85; }

 p { color: rgb(66,253,133); }

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

<style>
 a { background-color: #42FD85; }

 a { background-color: rgb(66,253,133); }

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

<style>
 span { border-color: #42FD85; }

 span { border-color: rgb(66,253,133); }

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