Html Css Color HEX #70BC52 Apple

📋 copy color: '#70BC52'

red 112 ◦ green 188 ◦ blue 82

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

Shades of Apple #70BC52

Tints of Apple #70BC52

RGB

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

 GREEN value IS 188 (73.83% from 255) = 49.21%

 BLUE value IS 82 (32.42% from 255) = 21.47%

R = 29.32%
G = 49.21%
B = 21.47%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.56

 K value IS 0.26

RGB Variations

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

Color information

#70BC52 (or 0x70BC52) is known color: Apple. HEX triplet: 70, BC and 52. RGB value is (112,188,82). Sum of RGB (Red+Green+Blue) = 112+188+82=382 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.32% from 382); Green value is 188 (73.83% from 255 or 49.21% from 382); Blue value is 82 (32.42% from 255 or 21.47% from 382); Max value from RGB is 188 - color contains mainly: green. Hex color #70BC52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70BC52 is #8F43AD. Grayscale: #999999. Windows color (decimal): -9388974 or 5422192. OLE color: 5422192.

HSL color Cylindrical-coordinate representation of color #70BC52: hue angle of 103.02º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70BC52 is Cyan = 0.40, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.26.

Color convert

RGB 112 188 82 -
CMYK 0.40 0 0.56 0.26
HSL 103.02º 0.44% 0.53% -
HSV(B) 103.02º 0.56% 0.74% -
XYZ 26.19 40.02 14.33 -
YUV 153.19 87.82 98.62 -
System Red Green Blue C M Y K H S L
Decimal 112 188 82 0.40 0 0.56 0.26 103.02 0.44 0.53
Hex 70 BC 52 28 0 38 1A 67 2C 35
Octal 160 274 122 50 0 70 32 147 54 65
Binary 1110000 10111100 1010010 101000 0 111000 11010 1100111 101100 110101

Color Harmonies of #70BC52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BC52

Black with #70BC52

Text Example


Text Example

White with #70BC52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,188,82); }

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

background-color css

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

 a { background-color: rgb(112,188,82); }

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

border-color css

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

 span { border-color: rgb(112,188,82); }

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