Html Css Color HEX #70BC38 Apple

📋 copy color: '#70BC38'

red 112 ◦ green 188 ◦ blue 56

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

Shades of Apple #70BC38

Tints of Apple #70BC38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 15.73%

R = 31.46%
G = 52.81%
B = 15.73%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.70

 K value IS 0.26

RGB Variations

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

Color information

#70BC38 (or 0x70BC38) is known color: Apple. HEX triplet: 70, BC and 38. RGB value is (112,188,56). Sum of RGB (Red+Green+Blue) = 112+188+56=356 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.46% from 356); Green value is 188 (73.83% from 255 or 52.81% from 356); Blue value is 56 (22.27% from 255 or 15.73% from 356); Max value from RGB is 188 - color contains mainly: green. Hex color #70BC38 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70BC38 is #8F43C7. Grayscale: #969696. Windows color (decimal): -9389000 or 3718256. OLE color: 3718256.

HSL color Cylindrical-coordinate representation of color #70BC38: hue angle of 94.55º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #70BC38 is Cyan = 0.40, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.26.

Color convert

RGB 112 188 56 -
CMYK 0.40 0 0.70 0.26
HSL 94.55º 0.54% 0.48% -
HSV(B) 94.55º 0.7% 0.74% -
XYZ 25.38 39.7 10.07 -
YUV 150.23 74.82 100.73 -
System Red Green Blue C M Y K H S L
Decimal 112 188 56 0.40 0 0.70 0.26 94.55 0.54 0.48
Hex 70 BC 38 28 0 46 1A 5F 36 30
Octal 160 274 70 50 0 106 32 137 66 60
Binary 1110000 10111100 111000 101000 0 1000110 11010 1011111 110110 110000

Color Harmonies of #70BC38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BC38

Black with #70BC38

Text Example


Text Example

White with #70BC38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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