Html Css Color HEX #70CB41 Apple

📋 copy color: '#70CB41'

red 112 ◦ green 203 ◦ blue 65

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

Shades of Apple #70CB41

Tints of Apple #70CB41

RGB

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

 GREEN value IS 203 (79.69% from 255) = 53.42%

 BLUE value IS 65 (25.78% from 255) = 17.11%

R = 29.47%
G = 53.42%
B = 17.11%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#70CB41 (or 0x70CB41) is known color: Apple. HEX triplet: 70, CB and 41. RGB value is (112,203,65). Sum of RGB (Red+Green+Blue) = 112+203+65=380 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.47% from 380); Green value is 203 (79.69% from 255 or 53.42% from 380); Blue value is 65 (25.78% from 255 or 17.11% from 380); Max value from RGB is 203 - color contains mainly: green. Hex color #70CB41 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70CB41 is #8F34BE. Grayscale: #A0A0A0. Windows color (decimal): -9385151 or 4311920. OLE color: 4311920.

HSL color Cylindrical-coordinate representation of color #70CB41: hue angle of 99.57º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #70CB41 is Cyan = 0.45, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.20.

Color convert

RGB 112 203 65 -
CMYK 0.45 0 0.68 0.20
HSL 99.57º 0.57% 0.53% -
HSV(B) 99.57º 0.68% 0.8% -
XYZ 28.99 46.54 12.46 -
YUV 160.06 74.35 93.72 -
System Red Green Blue C M Y K H S L
Decimal 112 203 65 0.45 0 0.68 0.20 99.57 0.57 0.53
Hex 70 CB 41 2D 0 44 14 64 39 35
Octal 160 313 101 55 0 104 24 144 71 65
Binary 1110000 11001011 1000001 101101 0 1000100 10100 1100100 111001 110101

Color Harmonies of #70CB41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CB41

Black with #70CB41

Text Example


Text Example

White with #70CB41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,203,65); }

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

background-color css

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

 a { background-color: rgb(112,203,65); }

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

border-color css

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

 span { border-color: rgb(112,203,65); }

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