Html Css Color HEX #70D338 Apple

📋 copy color: '#70D338'

red 112 ◦ green 211 ◦ blue 56

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

Shades of Apple #70D338

Tints of Apple #70D338

RGB

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

 GREEN value IS 211 (82.81% from 255) = 55.67%

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

R = 29.55%
G = 55.67%
B = 14.78%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.73

 K value IS 0.17

RGB Variations

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

Color information

#70D338 (or 0x70D338) is known color: Apple. HEX triplet: 70, D3 and 38. RGB value is (112,211,56). Sum of RGB (Red+Green+Blue) = 112+211+56=379 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.55% from 379); Green value is 211 (82.81% from 255 or 55.67% from 379); Blue value is 56 (22.27% from 255 or 14.78% from 379); Max value from RGB is 211 - color contains mainly: green. Hex color #70D338 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70D338 is #8F2CC7. Grayscale: #A4A4A4. Windows color (decimal): -9383112 or 3724144. OLE color: 3724144.

HSL color Cylindrical-coordinate representation of color #70D338: hue angle of 98.32º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #70D338 is Cyan = 0.47, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.17.

Color convert

RGB 112 211 56 -
CMYK 0.47 0 0.73 0.17
HSL 98.32º 0.64% 0.52% -
HSV(B) 98.32º 0.73% 0.83% -
XYZ 30.69 50.32 11.84 -
YUV 163.73 67.2 91.1 -
System Red Green Blue C M Y K H S L
Decimal 112 211 56 0.47 0 0.73 0.17 98.32 0.64 0.52
Hex 70 D3 38 2F 0 49 11 62 40 34
Octal 160 323 70 57 0 111 21 142 100 64
Binary 1110000 11010011 111000 101111 0 1001001 10001 1100010 1000000 110100

Color Harmonies of #70D338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D338

Black with #70D338

Text Example


Text Example

White with #70D338

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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