#72BE1F

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

Shades of Christi #72BE1F

Tints of Christi #72BE1F

Color information

#72BE1F (or 0x72BE1F) is unknown color: approx Christi. HEX triplet: 72, BE and 1F. RGB value is (114,190,31). Sum of RGB (Red+Green+Blue) = 114+190+31=335 (44% of max value = 765). Red value is 114 (44.92% from 255 or 34.03% from 335); Green value is 190 (74.61% from 255 or 56.72% from 335); Blue value is 31 (12.5% from 255 or 9.25% from 335); Max value from RGB is 190 - color contains mainly: green. Hex color #72BE1F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72BE1F is #8D41E0. Grayscale: #959595. Windows color (decimal): -9257441 or 2080370. OLE color: 2080370.

HSL color Cylindrical-coordinate representation of color #72BE1F: hue angle of 88.68º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #72BE1F is Cyan = 0.40, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.25.

Color convert

RGB11419031-
CMYK0.4000.840.25
HSL88.68º71.95%43.33%-
HSV(B)88.68º83.68%74.51%-
XYZ25.640.57.76-
YUV149.1561.32102.93-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.03%
GREEN value IS 190 (74.61% from 255) = 56.72%
BLUE value IS 31 (12.5% from 255) = 9.25%
R=34.03%
G=56.72%
B=9.25%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal114190310.4000.840.2588.6871.9543.33
Hex72BE1F280541959482b
Octal162276375001243113111053
Binary11100101011111011111101000010101001100110110011001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72BE1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72BE1F; }

 p { color: rgb(114,190,31); }

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

<style>
 a { background-color: #72BE1F; }

 a { background-color: rgb(114,190,31); }

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

<style>
 span { border-color: #72BE1F; }

 span { border-color: rgb(114,190,31); }

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