Html Css Color HEX #42CB64 Emerald

📋 copy color: '#42CB64'

red 66 ◦ green 203 ◦ blue 100

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

Shades of Emerald #42CB64

Tints of Emerald #42CB64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 27.1%

R = 17.89%
G = 55.01%
B = 27.1%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.51

 K value IS 0.20

RGB Variations

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

Color information

#42CB64 (or 0x42CB64) is known color: Emerald. HEX triplet: 42, CB and 64. RGB value is (66,203,100). Sum of RGB (Red+Green+Blue) = 66+203+100=369 (48% of max value = 765). Red value is 66 (26.17% from 255 or 17.89% from 369); Green value is 203 (79.69% from 255 or 55.01% from 369); Blue value is 100 (39.45% from 255 or 27.10% from 369); Max value from RGB is 203 - color contains mainly: green. Hex color #42CB64 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42CB64 is #BD349B. Grayscale: #969696. Windows color (decimal): -12399772 or 6605634. OLE color: 6605634.

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

Color convert

RGB 66 203 100 -
CMYK 0.67 0 0.51 0.20
HSL 134.89º 0.57% 0.53% -
HSV(B) 134.89º 0.67% 0.8% -
XYZ 25.9 44.79 19.34 -
YUV 150.3 99.61 67.88 -
System Red Green Blue C M Y K H S L
Decimal 66 203 100 0.67 0 0.51 0.20 134.89 0.57 0.53
Hex 42 CB 64 43 0 33 14 87 39 35
Octal 102 313 144 103 0 63 24 207 71 65
Binary 1000010 11001011 1100100 1000011 0 110011 10100 10000111 111001 110101

Color Harmonies of #42CB64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42CB64

Black with #42CB64

Text Example


Text Example

White with #42CB64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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