Html Css Color HEX #70CE84 De York

📋 copy color: '#70CE84'

red 112 ◦ green 206 ◦ blue 132

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

Shades of De York #70CE84

Tints of De York #70CE84

RGB

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

 GREEN value IS 206 (80.86% from 255) = 45.78%

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

R = 24.89%
G = 45.78%
B = 29.33%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.36

 K value IS 0.19

RGB Variations

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

Color information

#70CE84 (or 0x70CE84) is known color: De York. HEX triplet: 70, CE and 84. RGB value is (112,206,132). Sum of RGB (Red+Green+Blue) = 112+206+132=450 (59% of max value = 765). Red value is 112 (44.14% from 255 or 24.89% from 450); Green value is 206 (80.86% from 255 or 45.78% from 450); Blue value is 132 (51.95% from 255 or 29.33% from 450); Max value from RGB is 206 - color contains mainly: green. Hex color #70CE84 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70CE84 is #8F317B. Grayscale: #A9A9A9. Windows color (decimal): -9384316 or 8703600. OLE color: 8703600.

HSL color Cylindrical-coordinate representation of color #70CE84: hue angle of 132.77º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #70CE84 is Cyan = 0.46, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.19.

Color convert

RGB 112 206 132 -
CMYK 0.46 0 0.36 0.19
HSL 132.77º 0.49% 0.62% -
HSV(B) 132.77º 0.46% 0.81% -
XYZ 32.92 49.25 29.6 -
YUV 169.46 106.86 87.02 -
System Red Green Blue C M Y K H S L
Decimal 112 206 132 0.46 0 0.36 0.19 132.77 0.49 0.62
Hex 70 CE 84 2E 0 24 13 85 31 3E
Octal 160 316 204 56 0 44 23 205 61 76
Binary 1110000 11001110 10000100 101110 0 100100 10011 10000101 110001 111110

Color Harmonies of #70CE84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CE84

Black with #70CE84

Text Example


Text Example

White with #70CE84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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