#70BE21

Color #70BE21 Christi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christi #70BE21

Tints of Christi #70BE21

Color information

#70BE21 (or 0x70BE21) is unknown color: approx Christi. HEX triplet: 70, BE and 21. RGB value is (112,190,33). Sum of RGB (Red+Green+Blue) = 112+190+33=335 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.43% from 335); Green value is 190 (74.61% from 255 or 56.72% from 335); Blue value is 33 (13.28% from 255 or 9.85% from 335); Max value from RGB is 190 - color contains mainly: green. Hex color #70BE21 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70BE21 is #8F41DE. Grayscale: #959595. Windows color (decimal): -9388511 or 2211440. OLE color: 2211440.

HSL color Cylindrical-coordinate representation of color #70BE21: hue angle of 89.81º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #70BE21 is Cyan = 0.41, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB11219033-
CMYK0.4100.830.25
HSL89.81º70.4%43.73%-
HSV(B)89.81º82.63%74.51%-
XYZ25.3740.387.9-
YUV148.7862.66101.77-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.43%
GREEN value IS 190 (74.61% from 255) = 56.72%
BLUE value IS 33 (13.28% from 255) = 9.85%
R=33.43%
G=56.72%
B=9.85%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal112190330.4100.830.2589.8170.443.73
Hex70BE2129053195a462c
Octal160276415101233113210654
Binary111000010111110100001101001010100111100110110101000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70BE21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,190,33); }

 H1.HeaderClassName
 {
   color: #70BE21;
 }
 .AnyTagClassName
 {
   color: #70BE21;
 }
</style>
background-color css

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

 a { background-color: rgb(112,190,33); }

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

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

 span { border-color: rgb(112,190,33); }

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