Html Css Color HEX #70E633 Apple

📋 copy color: '#70E633'

red 112 ◦ green 230 ◦ blue 51

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

Shades of Apple #70E633

Tints of Apple #70E633

RGB

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

 GREEN value IS 230 (90.23% from 255) = 58.52%

 BLUE value IS 51 (20.31% from 255) = 12.98%

R = 28.5%
G = 58.52%
B = 12.98%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.78

 K value IS 0.10

RGB Variations

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

Color information

#70E633 (or 0x70E633) is known color: Apple. HEX triplet: 70, E6 and 33. RGB value is (112,230,51). Sum of RGB (Red+Green+Blue) = 112+230+51=393 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.50% from 393); Green value is 230 (90.23% from 255 or 58.52% from 393); Blue value is 51 (20.31% from 255 or 12.98% from 393); Max value from RGB is 230 - color contains mainly: green. Hex color #70E633 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #70E633 is #8F19CC. Grayscale: #AEAEAE. Windows color (decimal): -9378253 or 3401328. OLE color: 3401328.

HSL color Cylindrical-coordinate representation of color #70E633: hue angle of 99.55º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #70E633 is Cyan = 0.51, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.10.

Color convert

RGB 112 230 51 -
CMYK 0.51 0 0.78 0.10
HSL 99.55º 0.78% 0.55% -
HSV(B) 99.55º 0.78% 0.9% -
XYZ 35.58 60.28 12.89 -
YUV 174.31 58.41 83.55 -
System Red Green Blue C M Y K H S L
Decimal 112 230 51 0.51 0 0.78 0.10 99.55 0.78 0.55
Hex 70 E6 33 33 0 4E A 64 4E 37
Octal 160 346 63 63 0 116 12 144 116 67
Binary 1110000 11100110 110011 110011 0 1001110 1010 1100100 1001110 110111

Color Harmonies of #70E633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70E633

Black with #70E633

Text Example


Text Example

White with #70E633

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,230,51); }

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

background-color css

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

 a { background-color: rgb(112,230,51); }

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

border-color css

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

 span { border-color: rgb(112,230,51); }

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