Html Css Color HEX #42CB5F Emerald

📋 copy color: '#42CB5F'

red 66 ◦ green 203 ◦ blue 95

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

Shades of Emerald #42CB5F

Tints of Emerald #42CB5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 26.1%

R = 18.13%
G = 55.77%
B = 26.1%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.53

 K value IS 0.20

RGB Variations

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

Color information

#42CB5F (or 0x42CB5F) is known color: Emerald. HEX triplet: 42, CB and 5F. RGB value is (66,203,95). Sum of RGB (Red+Green+Blue) = 66+203+95=364 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.13% from 364); Green value is 203 (79.69% from 255 or 55.77% from 364); Blue value is 95 (37.5% from 255 or 26.10% from 364); Max value from RGB is 203 - color contains mainly: green. Hex color #42CB5F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42CB5F is #BD34A0. Grayscale: #969696. Windows color (decimal): -12399777 or 6277954. OLE color: 6277954.

HSL color Cylindrical-coordinate representation of color #42CB5F: hue angle of 132.7º 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 #42CB5F is Cyan = 0.67, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.20.

Color convert

RGB 66 203 95 -
CMYK 0.67 0 0.53 0.20
HSL 132.7º 0.57% 0.53% -
HSV(B) 132.7º 0.67% 0.8% -
XYZ 25.67 44.7 18.1 -
YUV 149.73 97.11 68.28 -
System Red Green Blue C M Y K H S L
Decimal 66 203 95 0.67 0 0.53 0.20 132.7 0.57 0.53
Hex 42 CB 5F 43 0 35 14 85 39 35
Octal 102 313 137 103 0 65 24 205 71 65
Binary 1000010 11001011 1011111 1000011 0 110101 10100 10000101 111001 110101

Color Harmonies of #42CB5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42CB5F

Black with #42CB5F

Text Example


Text Example

White with #42CB5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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