Html Css Color HEX #70CC84 De York

📋 copy color: '#70CC84'

red 112 ◦ green 204 ◦ blue 132

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

Shades of De York #70CC84

Tints of De York #70CC84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 29.46%

R = 25%
G = 45.54%
B = 29.46%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.35

 K value IS 0.2

RGB Variations

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

Color information

#70CC84 (or 0x70CC84) is known color: De York. HEX triplet: 70, CC and 84. RGB value is (112,204,132). Sum of RGB (Red+Green+Blue) = 112+204+132=448 (59% of max value = 765). Red value is 112 (44.14% from 255 or 25% from 448); Green value is 204 (80.08% from 255 or 45.54% from 448); Blue value is 132 (51.95% from 255 or 29.46% from 448); Max value from RGB is 204 - color contains mainly: green. Hex color #70CC84 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70CC84 is #8F337B. Grayscale: #A8A8A8. Windows color (decimal): -9384828 or 8703088. OLE color: 8703088.

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

Color convert

RGB 112 204 132 -
CMYK 0.45 0 0.35 0.2
HSL 133.04º 0.47% 0.62% -
HSV(B) 133.04º 0.45% 0.8% -
XYZ 32.44 48.3 29.44 -
YUV 168.28 107.52 87.85 -
System Red Green Blue C M Y K H S L
Decimal 112 204 132 0.45 0 0.35 0.2 133.04 0.47 0.62
Hex 70 CC 84 2D 0 23 14 85 2F 3E
Octal 160 314 204 55 0 43 24 205 57 76
Binary 1110000 11001100 10000100 101101 0 100011 10100 10000101 101111 111110

Color Harmonies of #70CC84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CC84

Black with #70CC84

Text Example


Text Example

White with #70CC84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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