Html Css Color HEX #70CF2E Apple

📋 copy color: '#70CF2E'

red 112 ◦ green 207 ◦ blue 46

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

Shades of Apple #70CF2E

Tints of Apple #70CF2E

RGB

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

 GREEN value IS 207 (81.25% from 255) = 56.71%

 BLUE value IS 46 (18.36% from 255) = 12.6%

R = 30.68%
G = 56.71%
B = 12.6%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.78

 K value IS 0.19

RGB Variations

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

Color information

#70CF2E (or 0x70CF2E) is known color: Apple. HEX triplet: 70, CF and 2E. RGB value is (112,207,46). Sum of RGB (Red+Green+Blue) = 112+207+46=365 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.68% from 365); Green value is 207 (81.25% from 255 or 56.71% from 365); Blue value is 46 (18.36% from 255 or 12.60% from 365); Max value from RGB is 207 - color contains mainly: green. Hex color #70CF2E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70CF2E is #8F30D1. Grayscale: #A0A0A0. Windows color (decimal): -9384146 or 3067760. OLE color: 3067760.

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

Color convert

RGB 112 207 46 -
CMYK 0.46 0 0.78 0.19
HSL 95.4º 0.64% 0.5% -
HSV(B) 95.4º 0.78% 0.81% -
XYZ 29.49 48.27 10.35 -
YUV 160.24 63.53 93.59 -
System Red Green Blue C M Y K H S L
Decimal 112 207 46 0.46 0 0.78 0.19 95.4 0.64 0.5
Hex 70 CF 2E 2E 0 4E 13 5F 40 32
Octal 160 317 56 56 0 116 23 137 100 62
Binary 1110000 11001111 101110 101110 0 1001110 10011 1011111 1000000 110010

Color Harmonies of #70CF2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CF2E

Black with #70CF2E

Text Example


Text Example

White with #70CF2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,207,46); }

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

background-color css

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

 a { background-color: rgb(112,207,46); }

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

border-color css

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

 span { border-color: rgb(112,207,46); }

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