Html Css Color HEX #70B453 Apple

📋 copy color: '#70B453'

red 112 ◦ green 180 ◦ blue 83

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

Shades of Apple #70B453

Tints of Apple #70B453

RGB

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

 GREEN value IS 180 (70.7% from 255) = 48%

 BLUE value IS 83 (32.81% from 255) = 22.13%

R = 29.87%
G = 48%
B = 22.13%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.54

 K value IS 0.29

RGB Variations

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

Color information

#70B453 (or 0x70B453) is known color: Apple. HEX triplet: 70, B4 and 53. RGB value is (112,180,83). Sum of RGB (Red+Green+Blue) = 112+180+83=375 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.87% from 375); Green value is 180 (70.70% from 255 or 48% from 375); Blue value is 83 (32.81% from 255 or 22.13% from 375); Max value from RGB is 180 - color contains mainly: green. Hex color #70B453 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70B453 is #8F4BAC. Grayscale: #949494. Windows color (decimal): -9391021 or 5485680. OLE color: 5485680.

HSL color Cylindrical-coordinate representation of color #70B453: hue angle of 102.06º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #70B453 is Cyan = 0.38, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.29.

Color convert

RGB 112 180 83 -
CMYK 0.38 0 0.54 0.29
HSL 102.06º 0.39% 0.52% -
HSV(B) 102.06º 0.54% 0.71% -
XYZ 24.56 36.71 13.98 -
YUV 148.61 90.97 101.89 -
System Red Green Blue C M Y K H S L
Decimal 112 180 83 0.38 0 0.54 0.29 102.06 0.39 0.52
Hex 70 B4 53 26 0 36 1D 66 27 34
Octal 160 264 123 46 0 66 35 146 47 64
Binary 1110000 10110100 1010011 100110 0 110110 11101 1100110 100111 110100

Color Harmonies of #70B453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B453

Black with #70B453

Text Example


Text Example

White with #70B453

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,180,83); }

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

background-color css

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

 a { background-color: rgb(112,180,83); }

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

border-color css

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

 span { border-color: rgb(112,180,83); }

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