Html Css Color HEX #42CF68 Emerald

📋 copy color: '#42CF68'

red 66 ◦ green 207 ◦ blue 104

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

Shades of Emerald #42CF68

Tints of Emerald #42CF68

RGB

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

 GREEN value IS 207 (81.25% from 255) = 54.91%

 BLUE value IS 104 (41.02% from 255) = 27.59%

R = 17.51%
G = 54.91%
B = 27.59%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.50

 K value IS 0.19

RGB Variations

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

Color information

#42CF68 (or 0x42CF68) is known color: Emerald. HEX triplet: 42, CF and 68. RGB value is (66,207,104). Sum of RGB (Red+Green+Blue) = 66+207+104=377 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.51% from 377); Green value is 207 (81.25% from 255 or 54.91% from 377); Blue value is 104 (41.02% from 255 or 27.59% from 377); Max value from RGB is 207 - color contains mainly: green. Hex color #42CF68 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42CF68 is #BD3097. Grayscale: #999999. Windows color (decimal): -12398744 or 6868802. OLE color: 6868802.

HSL color Cylindrical-coordinate representation of color #42CF68: hue angle of 136.17º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #42CF68 is Cyan = 0.68, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.19.

Color convert

RGB 66 207 104 -
CMYK 0.68 0 0.50 0.19
HSL 136.17º 0.59% 0.54% -
HSV(B) 136.17º 0.68% 0.81% -
XYZ 27.06 46.78 20.7 -
YUV 153.1 100.29 65.88 -
System Red Green Blue C M Y K H S L
Decimal 66 207 104 0.68 0 0.50 0.19 136.17 0.59 0.54
Hex 42 CF 68 44 0 32 13 88 3B 36
Octal 102 317 150 104 0 62 23 210 73 66
Binary 1000010 11001111 1101000 1000100 0 110010 10011 10001000 111011 110110

Color Harmonies of #42CF68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42CF68

Black with #42CF68

Text Example


Text Example

White with #42CF68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,207,104); }

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

background-color css

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

 a { background-color: rgb(66,207,104); }

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

border-color css

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

 span { border-color: rgb(66,207,104); }

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