#70C238

Color #70C238 Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apple #70C238

Tints of Apple #70C238

Color information

#70C238 (or 0x70C238) is unknown color: approx Apple. HEX triplet: 70, C2 and 38. RGB value is (112,194,56). Sum of RGB (Red+Green+Blue) = 112+194+56=362 (47% of max value = 765). Red value is 112 (44.14% from 255 or 30.94% from 362); Green value is 194 (76.17% from 255 or 53.59% from 362); Blue value is 56 (22.27% from 255 or 15.47% from 362); Max value from RGB is 194 - color contains mainly: green. Hex color #70C238 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70C238 is #8F3DC7. Grayscale: #9A9A9A. Windows color (decimal): -9387464 or 3719792. OLE color: 3719792.

HSL color Cylindrical-coordinate representation of color #70C238: hue angle of 95.65º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #70C238 is Cyan = 0.42, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.24.

Color convert

RGB11219456-
CMYK0.4200.710.24
HSL95.65º55.2%49.02%-
HSV(B)95.65º71.13%76.08%-
XYZ26.6942.3110.5-
YUV153.7572.8398.22-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.94%
GREEN value IS 194 (76.17% from 255) = 53.59%
BLUE value IS 56 (22.27% from 255) = 15.47%
R=30.94%
G=53.59%
B=15.47%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal112194560.4200.710.2495.6555.249.02
Hex70C2382A04718603731
Octal16030270520107301406761
Binary11100001100001011100010101001000111110001100000110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70C238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #70C238;
 }
 .AnyTagClassName
 {
   color: #70C238;
 }
</style>
background-color css

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

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

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

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

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

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