Html Css Color HEX #72D311 Christi

📋 copy color: '#72D311'

red 114 ◦ green 211 ◦ blue 17

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

Shades of Christi #72D311

Tints of Christi #72D311

RGB

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

 GREEN value IS 211 (82.81% from 255) = 61.7%

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

R = 33.33%
G = 61.7%
B = 4.97%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#72D311 (or 0x72D311) is known color: Christi. HEX triplet: 72, D3 and 11. RGB value is (114,211,17). Sum of RGB (Red+Green+Blue) = 114+211+17=342 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.33% from 342); Green value is 211 (82.81% from 255 or 61.70% from 342); Blue value is 17 (7.03% from 255 or 4.97% from 342); Max value from RGB is 211 - color contains mainly: green. Hex color #72D311 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #72D311 is #8D2CEE. Grayscale: #A0A0A0. Windows color (decimal): -9252079 or 1168242. OLE color: 1168242.

HSL color Cylindrical-coordinate representation of color #72D311: hue angle of 90º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #72D311 is Cyan = 0.46, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.17.

Color convert

RGB 114 211 17 -
CMYK 0.46 0 0.92 0.17
HSL 90º 0.85% 0.45% -
HSV(B) 90º 0.92% 0.83% -
XYZ 30.33 50.21 8.62 -
YUV 159.88 47.36 95.27 -
System Red Green Blue C M Y K H S L
Decimal 114 211 17 0.46 0 0.92 0.17 90 0.85 0.45
Hex 72 D3 11 2E 0 5C 11 5A 55 2D
Octal 162 323 21 56 0 134 21 132 125 55
Binary 1110010 11010011 10001 101110 0 1011100 10001 1011010 1010101 101101

Color Harmonies of #72D311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72D311

Black with #72D311

Text Example


Text Example

White with #72D311

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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