Html Css Color HEX #70CB82 De York

📋 copy color: '#70CB82'

red 112 ◦ green 203 ◦ blue 130

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

Shades of De York #70CB82

Tints of De York #70CB82

RGB

 RED value IS 112 (44.14% from 255) = 25.17%

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

 BLUE value IS 130 (51.17% from 255) = 29.21%

R = 25.17%
G = 45.62%
B = 29.21%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.36

 K value IS 0.20

RGB Variations

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

Color information

#70CB82 (or 0x70CB82) is known color: De York. HEX triplet: 70, CB and 82. RGB value is (112,203,130). Sum of RGB (Red+Green+Blue) = 112+203+130=445 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.17% from 445); Green value is 203 (79.69% from 255 or 45.62% from 445); Blue value is 130 (51.17% from 255 or 29.21% from 445); Max value from RGB is 203 - color contains mainly: green. Hex color #70CB82 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70CB82 is #8F347D. Grayscale: #A7A7A7. Windows color (decimal): -9385086 or 8571760. OLE color: 8571760.

HSL color Cylindrical-coordinate representation of color #70CB82: hue angle of 131.87º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #70CB82 is Cyan = 0.45, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.20.

Color convert

RGB 112 203 130 -
CMYK 0.45 0 0.36 0.20
HSL 131.87º 0.47% 0.62% -
HSV(B) 131.87º 0.45% 0.8% -
XYZ 32.07 47.77 28.65 -
YUV 167.47 106.85 88.44 -
System Red Green Blue C M Y K H S L
Decimal 112 203 130 0.45 0 0.36 0.20 131.87 0.47 0.62
Hex 70 CB 82 2D 0 24 14 84 2F 3E
Octal 160 313 202 55 0 44 24 204 57 76
Binary 1110000 11001011 10000010 101101 0 100100 10100 10000100 101111 111110

Color Harmonies of #70CB82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CB82

Black with #70CB82

Text Example


Text Example

White with #70CB82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70CB82; }

 p { color: rgb(112,203,130); }

 H1.HeaderClassName
 {
   color: #70CB82;
 }
 .AnyTagClassName
 {
   color: #70CB82;
 }
</style>

background-color css

<style>
 a { background-color: #70CB82; }

 a { background-color: rgb(112,203,130); }

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

border-color css

<style>
 span { border-color: #70CB82; }

 span { border-color: rgb(112,203,130); }

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