Html Css Color HEX #70CC82 De York

📋 copy color: '#70CC82'

red 112 ◦ green 204 ◦ blue 130

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

Shades of De York #70CC82

Tints of De York #70CC82

RGB

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

 GREEN value IS 204 (80.08% from 255) = 45.74%

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

R = 25.11%
G = 45.74%
B = 29.15%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.36

 K value IS 0.2

RGB Variations

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

Color information

#70CC82 (or 0x70CC82) is known color: De York. HEX triplet: 70, CC and 82. RGB value is (112,204,130). Sum of RGB (Red+Green+Blue) = 112+204+130=446 (59% of max value = 765). Red value is 112 (44.14% from 255 or 25.11% from 446); Green value is 204 (80.08% from 255 or 45.74% from 446); Blue value is 130 (51.17% from 255 or 29.15% from 446); Max value from RGB is 204 - color contains mainly: green. Hex color #70CC82 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70CC82 is #8F337D. Grayscale: #A8A8A8. Windows color (decimal): -9384830 or 8572016. OLE color: 8572016.

HSL color Cylindrical-coordinate representation of color #70CC82: hue angle of 131.74º 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 #70CC82 is Cyan = 0.45, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.2.

Color convert

RGB 112 204 130 -
CMYK 0.45 0 0.36 0.2
HSL 131.74º 0.47% 0.62% -
HSV(B) 131.74º 0.45% 0.8% -
XYZ 32.3 48.24 28.73 -
YUV 168.06 106.52 88.02 -
System Red Green Blue C M Y K H S L
Decimal 112 204 130 0.45 0 0.36 0.2 131.74 0.47 0.62
Hex 70 CC 82 2D 0 24 14 84 2F 3E
Octal 160 314 202 55 0 44 24 204 57 76
Binary 1110000 11001100 10000010 101101 0 100100 10100 10000100 101111 111110

Color Harmonies of #70CC82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CC82

Black with #70CC82

Text Example


Text Example

White with #70CC82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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