Html Css Color HEX #72B511 Christi

📋 copy color: '#72B511'

red 114 ◦ green 181 ◦ blue 17

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

Shades of Christi #72B511

Tints of Christi #72B511

RGB

 RED value IS 114 (44.92% from 255) = 36.54%

 GREEN value IS 181 (71.09% from 255) = 58.01%

 BLUE value IS 17 (7.03% from 255) = 5.45%

R = 36.54%
G = 58.01%
B = 5.45%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#72B511 (or 0x72B511) is known color: Christi. HEX triplet: 72, B5 and 11. RGB value is (114,181,17). Sum of RGB (Red+Green+Blue) = 114+181+17=312 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.54% from 312); Green value is 181 (71.09% from 255 or 58.01% from 312); Blue value is 17 (7.03% from 255 or 5.45% from 312); Max value from RGB is 181 - color contains mainly: green. Hex color #72B511 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #72B511 is #8D4AEE. Grayscale: #8E8E8E. Windows color (decimal): -9259759 or 1160562. OLE color: 1160562.

HSL color Cylindrical-coordinate representation of color #72B511: hue angle of 84.51º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #72B511 is Cyan = 0.37, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.29.

Color convert

RGB 114 181 17 -
CMYK 0.37 0 0.91 0.29
HSL 84.51º 0.83% 0.39% -
HSV(B) 84.51º 0.91% 0.71% -
XYZ 23.56 36.67 6.37 -
YUV 142.27 57.3 107.84 -
System Red Green Blue C M Y K H S L
Decimal 114 181 17 0.37 0 0.91 0.29 84.51 0.83 0.39
Hex 72 B5 11 25 0 5B 1D 55 53 27
Octal 162 265 21 45 0 133 35 125 123 47
Binary 1110010 10110101 10001 100101 0 1011011 11101 1010101 1010011 100111

Color Harmonies of #72B511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72B511

Black with #72B511

Text Example


Text Example

White with #72B511

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,181,17); }

 H1.HeaderClassName
 {
   color: #72B511;
 }
 .AnyTagClassName
 {
   color: #72B511;
 }
</style>

background-color css

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

 a { background-color: rgb(114,181,17); }

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

border-color css

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

 span { border-color: rgb(114,181,17); }

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