Html Css Color HEX #70C93F Apple

📋 copy color: '#70C93F'

red 112 ◦ green 201 ◦ blue 63

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

Shades of Apple #70C93F

Tints of Apple #70C93F

RGB

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

 GREEN value IS 201 (78.91% from 255) = 53.46%

 BLUE value IS 63 (25% from 255) = 16.76%

R = 29.79%
G = 53.46%
B = 16.76%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#70C93F (or 0x70C93F) is known color: Apple. HEX triplet: 70, C9 and 3F. RGB value is (112,201,63). Sum of RGB (Red+Green+Blue) = 112+201+63=376 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.79% from 376); Green value is 201 (78.91% from 255 or 53.46% from 376); Blue value is 63 (25% from 255 or 16.76% from 376); Max value from RGB is 201 - color contains mainly: green. Hex color #70C93F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70C93F is #8F36C0. Grayscale: #9F9F9F. Windows color (decimal): -9385665 or 4180336. OLE color: 4180336.

HSL color Cylindrical-coordinate representation of color #70C93F: hue angle of 98.7º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #70C93F is Cyan = 0.44, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.21.

Color convert

RGB 112 201 63 -
CMYK 0.44 0 0.69 0.21
HSL 98.7º 0.56% 0.52% -
HSV(B) 98.7º 0.69% 0.79% -
XYZ 28.47 45.58 12 -
YUV 158.66 74.01 94.72 -
System Red Green Blue C M Y K H S L
Decimal 112 201 63 0.44 0 0.69 0.21 98.7 0.56 0.52
Hex 70 C9 3F 2C 0 45 15 63 38 34
Octal 160 311 77 54 0 105 25 143 70 64
Binary 1110000 11001001 111111 101100 0 1000101 10101 1100011 111000 110100

Color Harmonies of #70C93F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70C93F

Black with #70C93F

Text Example


Text Example

White with #70C93F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,201,63); }

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

background-color css

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

 a { background-color: rgb(112,201,63); }

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

border-color css

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

 span { border-color: rgb(112,201,63); }

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