Html Css Color HEX #42D25C Emerald

📋 copy color: '#42D25C'

red 66 ◦ green 210 ◦ blue 92

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

Shades of Emerald #42D25C

Tints of Emerald #42D25C

RGB

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

 GREEN value IS 210 (82.42% from 255) = 57.07%

 BLUE value IS 92 (36.33% from 255) = 25%

R = 17.93%
G = 57.07%
B = 25%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#42D25C (or 0x42D25C) is known color: Emerald. HEX triplet: 42, D2 and 5C. RGB value is (66,210,92). Sum of RGB (Red+Green+Blue) = 66+210+92=368 (48% of max value = 765). Red value is 66 (26.17% from 255 or 17.93% from 368); Green value is 210 (82.42% from 255 or 57.07% from 368); Blue value is 92 (36.33% from 255 or 25% from 368); Max value from RGB is 210 - color contains mainly: green. Hex color #42D25C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42D25C is #BD2DA3. Grayscale: #999999. Windows color (decimal): -12397988 or 6083138. OLE color: 6083138.

HSL color Cylindrical-coordinate representation of color #42D25C: hue angle of 130.83º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42D25C is Cyan = 0.69, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.

Color convert

RGB 66 210 92 -
CMYK 0.69 0 0.56 0.18
HSL 130.83º 0.62% 0.54% -
HSV(B) 130.83º 0.69% 0.82% -
XYZ 27.23 48.02 17.96 -
YUV 153.49 93.29 65.59 -
System Red Green Blue C M Y K H S L
Decimal 66 210 92 0.69 0 0.56 0.18 130.83 0.62 0.54
Hex 42 D2 5C 45 0 38 12 83 3E 36
Octal 102 322 134 105 0 70 22 203 76 66
Binary 1000010 11010010 1011100 1000101 0 111000 10010 10000011 111110 110110

Color Harmonies of #42D25C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42D25C

Black with #42D25C

Text Example


Text Example

White with #42D25C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,210,92); }

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

background-color css

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

 a { background-color: rgb(66,210,92); }

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

border-color css

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

 span { border-color: rgb(66,210,92); }

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