Html Css Color HEX #70CB83 De York

📋 copy color: '#70CB83'

red 112 ◦ green 203 ◦ blue 131

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

Shades of De York #70CB83

Tints of De York #70CB83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 29.37%

R = 25.11%
G = 45.52%
B = 29.37%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.35

 K value IS 0.20

RGB Variations

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

Color information

#70CB83 (or 0x70CB83) is known color: De York. HEX triplet: 70, CB and 83. RGB value is (112,203,131). Sum of RGB (Red+Green+Blue) = 112+203+131=446 (59% of max value = 765). Red value is 112 (44.14% from 255 or 25.11% from 446); Green value is 203 (79.69% from 255 or 45.52% from 446); Blue value is 131 (51.56% from 255 or 29.37% from 446); Max value from RGB is 203 - color contains mainly: green. Hex color #70CB83 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70CB83 is #8F347C. Grayscale: #A7A7A7. Windows color (decimal): -9385085 or 8637296. OLE color: 8637296.

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

Color convert

RGB 112 203 131 -
CMYK 0.45 0 0.35 0.20
HSL 132.53º 0.47% 0.62% -
HSV(B) 132.53º 0.45% 0.8% -
XYZ 32.13 47.8 29 -
YUV 167.58 107.35 88.35 -
System Red Green Blue C M Y K H S L
Decimal 112 203 131 0.45 0 0.35 0.20 132.53 0.47 0.62
Hex 70 CB 83 2D 0 23 14 85 2F 3E
Octal 160 313 203 55 0 43 24 205 57 76
Binary 1110000 11001011 10000011 101101 0 100011 10100 10000101 101111 111110

Color Harmonies of #70CB83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CB83

Black with #70CB83

Text Example


Text Example

White with #70CB83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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