Html Css Color HEX #70C93D Apple

📋 copy color: '#70C93D'

red 112 ◦ green 201 ◦ blue 61

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

Shades of Apple #70C93D

Tints of Apple #70C93D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 16.31%

R = 29.95%
G = 53.74%
B = 16.31%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#70C93D (or 0x70C93D) is known color: Apple. HEX triplet: 70, C9 and 3D. RGB value is (112,201,61). Sum of RGB (Red+Green+Blue) = 112+201+61=374 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.95% from 374); Green value is 201 (78.91% from 255 or 53.74% from 374); Blue value is 61 (24.22% from 255 or 16.31% from 374); Max value from RGB is 201 - color contains mainly: green. Hex color #70C93D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70C93D is #8F36C2. Grayscale: #9E9E9E. Windows color (decimal): -9385667 or 4049264. OLE color: 4049264.

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

Color convert

RGB 112 201 61 -
CMYK 0.44 0 0.70 0.21
HSL 98.14º 0.56% 0.51% -
HSV(B) 98.14º 0.7% 0.79% -
XYZ 28.41 45.55 11.71 -
YUV 158.43 73.01 94.88 -
System Red Green Blue C M Y K H S L
Decimal 112 201 61 0.44 0 0.70 0.21 98.14 0.56 0.51
Hex 70 C9 3D 2C 0 46 15 62 38 33
Octal 160 311 75 54 0 106 25 142 70 63
Binary 1110000 11001001 111101 101100 0 1000110 10101 1100010 111000 110011

Color Harmonies of #70C93D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70C93D

Black with #70C93D

Text Example


Text Example

White with #70C93D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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