Html Css Color HEX #70CE85 De York

📋 copy color: '#70CE85'

red 112 ◦ green 206 ◦ blue 133

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

Shades of De York #70CE85

Tints of De York #70CE85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 29.49%

R = 24.83%
G = 45.68%
B = 29.49%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.35

 K value IS 0.19

RGB Variations

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

Color information

#70CE85 (or 0x70CE85) is known color: De York. HEX triplet: 70, CE and 85. RGB value is (112,206,133). Sum of RGB (Red+Green+Blue) = 112+206+133=451 (59% of max value = 765). Red value is 112 (44.14% from 255 or 24.83% from 451); Green value is 206 (80.86% from 255 or 45.68% from 451); Blue value is 133 (52.34% from 255 or 29.49% from 451); Max value from RGB is 206 - color contains mainly: green. Hex color #70CE85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70CE85 is #8F317A. Grayscale: #A9A9A9. Windows color (decimal): -9384315 or 8769136. OLE color: 8769136.

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

Color convert

RGB 112 206 133 -
CMYK 0.46 0 0.35 0.19
HSL 133.4º 0.49% 0.62% -
HSV(B) 133.4º 0.46% 0.81% -
XYZ 32.99 49.28 29.96 -
YUV 169.57 107.36 86.94 -
System Red Green Blue C M Y K H S L
Decimal 112 206 133 0.46 0 0.35 0.19 133.4 0.49 0.62
Hex 70 CE 85 2E 0 23 13 85 31 3E
Octal 160 316 205 56 0 43 23 205 61 76
Binary 1110000 11001110 10000101 101110 0 100011 10011 10000101 110001 111110

Color Harmonies of #70CE85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CE85

Black with #70CE85

Text Example


Text Example

White with #70CE85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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