Html Css Color HEX #42FD85 Emerald

📋 copy color: '#42FD85'

red 66 ◦ green 253 ◦ blue 133

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

Shades of Emerald #42FD85

Tints of Emerald #42FD85

RGB

 RED value IS 66 (26.17% from 255) = 14.6%

 GREEN value IS 253 (99.22% from 255) = 55.97%

 BLUE value IS 133 (52.34% from 255) = 29.42%

R = 14.6%
G = 55.97%
B = 29.42%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#42FD85 (or 0x42FD85) is known color: 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

RGB 66 253 133 -
CMYK 0.74 0 0.47 0.01
HSL 141.5º 0.98% 0.63% -
HSV(B) 141.5º 0.74% 0.99% -
XYZ 41.61 73.1 34.11 -
YUV 183.41 99.55 44.26 -
System Red Green Blue C M Y K H S L
Decimal 66 253 133 0.74 0 0.47 0.01 141.5 0.98 0.63
Hex 42 FD 85 4A 0 2F 1 8D 62 3F
Octal 102 375 205 112 0 57 1 215 142 77
Binary 1000010 11111101 10000101 1001010 0 101111 1 10001101 1100010 111111

Color Harmonies of #42FD85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42FD85

Black with #42FD85

Text Example


Text Example

White with #42FD85

Text Example


Text Example

HTML Codes & Css Web 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>