Html Css Color HEX #42CB85 Emerald

📋 copy color: '#42CB85'

red 66 ◦ green 203 ◦ blue 133

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

Shades of Emerald #42CB85

Tints of Emerald #42CB85

RGB

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

 GREEN value IS 203 (79.69% from 255) = 50.5%

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

R = 16.42%
G = 50.5%
B = 33.08%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.34

 K value IS 0.20

RGB Variations

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

Color information

#42CB85 (or 0x42CB85) is known color: Emerald. HEX triplet: 42, CB and 85. RGB value is (66,203,133). Sum of RGB (Red+Green+Blue) = 66+203+133=402 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.42% from 402); Green value is 203 (79.69% from 255 or 50.50% from 402); Blue value is 133 (52.34% from 255 or 33.08% from 402); Max value from RGB is 203 - color contains mainly: green. Hex color #42CB85 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42CB85 is #BD347A. Grayscale: #9A9A9A. Windows color (decimal): -12399739 or 8768322. OLE color: 8768322.

HSL color Cylindrical-coordinate representation of color #42CB85: hue angle of 149.34º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #42CB85 is Cyan = 0.67, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.20.

Color convert

RGB 66 203 133 -
CMYK 0.67 0 0.34 0.20
HSL 149.34º 0.57% 0.53% -
HSV(B) 149.34º 0.67% 0.8% -
XYZ 27.84 45.56 29.52 -
YUV 154.06 116.11 65.19 -
System Red Green Blue C M Y K H S L
Decimal 66 203 133 0.67 0 0.34 0.20 149.34 0.57 0.53
Hex 42 CB 85 43 0 22 14 95 39 35
Octal 102 313 205 103 0 42 24 225 71 65
Binary 1000010 11001011 10000101 1000011 0 100010 10100 10010101 111001 110101

Color Harmonies of #42CB85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42CB85

Black with #42CB85

Text Example


Text Example

White with #42CB85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #42CB85;
 }
 .AnyTagClassName
 {
   color: #42CB85;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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