Html Css Color HEX #70BC33 Apple

📋 copy color: '#70BC33'

red 112 ◦ green 188 ◦ blue 51

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

Shades of Apple #70BC33

Tints of Apple #70BC33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 14.53%

R = 31.91%
G = 53.56%
B = 14.53%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#70BC33 (or 0x70BC33) is known color: Apple. HEX triplet: 70, BC and 33. RGB value is (112,188,51). Sum of RGB (Red+Green+Blue) = 112+188+51=351 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.91% from 351); Green value is 188 (73.83% from 255 or 53.56% from 351); Blue value is 51 (20.31% from 255 or 14.53% from 351); Max value from RGB is 188 - color contains mainly: green. Hex color #70BC33 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70BC33 is #8F43CC. Grayscale: #969696. Windows color (decimal): -9389005 or 3390576. OLE color: 3390576.

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

Color convert

RGB 112 188 51 -
CMYK 0.40 0 0.73 0.26
HSL 93.28º 0.57% 0.47% -
HSV(B) 93.28º 0.73% 0.74% -
XYZ 25.26 39.65 9.45 -
YUV 149.66 72.32 101.14 -
System Red Green Blue C M Y K H S L
Decimal 112 188 51 0.40 0 0.73 0.26 93.28 0.57 0.47
Hex 70 BC 33 28 0 49 1A 5D 39 2F
Octal 160 274 63 50 0 111 32 135 71 57
Binary 1110000 10111100 110011 101000 0 1001001 11010 1011101 111001 101111

Color Harmonies of #70BC33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BC33

Black with #70BC33

Text Example


Text Example

White with #70BC33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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