Html Css Color HEX #70CC33 Apple

📋 copy color: '#70CC33'

red 112 ◦ green 204 ◦ blue 51

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

Shades of Apple #70CC33

Tints of Apple #70CC33

RGB

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

 GREEN value IS 204 (80.08% from 255) = 55.59%

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

R = 30.52%
G = 55.59%
B = 13.9%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.75

 K value IS 0.2

RGB Variations

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

Color information

#70CC33 (or 0x70CC33) is known color: Apple. HEX triplet: 70, CC and 33. RGB value is (112,204,51). Sum of RGB (Red+Green+Blue) = 112+204+51=367 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.52% from 367); Green value is 204 (80.08% from 255 or 55.59% from 367); Blue value is 51 (20.31% from 255 or 13.90% from 367); Max value from RGB is 204 - color contains mainly: green. Hex color #70CC33 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70CC33 is #8F33CC. Grayscale: #9F9F9F. Windows color (decimal): -9384909 or 3394672. OLE color: 3394672.

HSL color Cylindrical-coordinate representation of color #70CC33: hue angle of 96.08º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #70CC33 is Cyan = 0.45, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.2.

Color convert

RGB 112 204 51 -
CMYK 0.45 0 0.75 0.2
HSL 96.08º 0.6% 0.5% -
HSV(B) 96.08º 0.75% 0.8% -
XYZ 28.87 46.87 10.66 -
YUV 159.05 67.02 94.44 -
System Red Green Blue C M Y K H S L
Decimal 112 204 51 0.45 0 0.75 0.2 96.08 0.6 0.5
Hex 70 CC 33 2D 0 4B 14 60 3C 32
Octal 160 314 63 55 0 113 24 140 74 62
Binary 1110000 11001100 110011 101101 0 1001011 10100 1100000 111100 110010

Color Harmonies of #70CC33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CC33

Black with #70CC33

Text Example


Text Example

White with #70CC33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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