Html Css Color HEX #42CB69 Emerald

📋 copy color: '#42CB69'

red 66 ◦ green 203 ◦ blue 105

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

Shades of Emerald #42CB69

Tints of Emerald #42CB69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 28.07%

R = 17.65%
G = 54.28%
B = 28.07%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.48

 K value IS 0.20

RGB Variations

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

Color information

#42CB69 (or 0x42CB69) is known color: Emerald. HEX triplet: 42, CB and 69. RGB value is (66,203,105). Sum of RGB (Red+Green+Blue) = 66+203+105=374 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.65% from 374); Green value is 203 (79.69% from 255 or 54.28% from 374); Blue value is 105 (41.41% from 255 or 28.07% from 374); Max value from RGB is 203 - color contains mainly: green. Hex color #42CB69 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42CB69 is #BD3496. Grayscale: #979797. Windows color (decimal): -12399767 or 6933314. OLE color: 6933314.

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

Color convert

RGB 66 203 105 -
CMYK 0.67 0 0.48 0.20
HSL 137.08º 0.57% 0.53% -
HSV(B) 137.08º 0.67% 0.8% -
XYZ 26.15 44.89 20.65 -
YUV 150.87 102.11 67.47 -
System Red Green Blue C M Y K H S L
Decimal 66 203 105 0.67 0 0.48 0.20 137.08 0.57 0.53
Hex 42 CB 69 43 0 30 14 89 39 35
Octal 102 313 151 103 0 60 24 211 71 65
Binary 1000010 11001011 1101001 1000011 0 110000 10100 10001001 111001 110101

Color Harmonies of #42CB69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42CB69

Black with #42CB69

Text Example


Text Example

White with #42CB69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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