Html Css Color HEX #70CE38 Apple

📋 copy color: '#70CE38'

red 112 ◦ green 206 ◦ blue 56

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

Shades of Apple #70CE38

Tints of Apple #70CE38

RGB

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

 GREEN value IS 206 (80.86% from 255) = 55.08%

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

R = 29.95%
G = 55.08%
B = 14.97%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.73

 K value IS 0.19

RGB Variations

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

Color information

#70CE38 (or 0x70CE38) is known color: Apple. HEX triplet: 70, CE and 38. RGB value is (112,206,56). Sum of RGB (Red+Green+Blue) = 112+206+56=374 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.95% from 374); Green value is 206 (80.86% from 255 or 55.08% from 374); Blue value is 56 (22.27% from 255 or 14.97% from 374); Max value from RGB is 206 - color contains mainly: green. Hex color #70CE38 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70CE38 is #8F31C7. Grayscale: #A1A1A1. Windows color (decimal): -9384392 or 3722864. OLE color: 3722864.

HSL color Cylindrical-coordinate representation of color #70CE38: hue angle of 97.6º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #70CE38 is Cyan = 0.46, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.19.

Color convert

RGB 112 206 56 -
CMYK 0.46 0 0.73 0.19
HSL 97.6º 0.6% 0.51% -
HSV(B) 97.6º 0.73% 0.81% -
XYZ 29.47 47.87 11.43 -
YUV 160.79 68.86 93.2 -
System Red Green Blue C M Y K H S L
Decimal 112 206 56 0.46 0 0.73 0.19 97.6 0.6 0.51
Hex 70 CE 38 2E 0 49 13 62 3C 33
Octal 160 316 70 56 0 111 23 142 74 63
Binary 1110000 11001110 111000 101110 0 1001001 10011 1100010 111100 110011

Color Harmonies of #70CE38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CE38

Black with #70CE38

Text Example


Text Example

White with #70CE38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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