Html Css Color HEX #72B900 Christi

📋 copy color: '#72B900'

red 114 ◦ green 185 ◦ blue 0

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

Shades of Christi #72B900

Tints of Christi #72B900

RGB

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

 GREEN value IS 185 (72.66% from 255) = 61.87%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 38.13%
G = 61.87%
B = 0%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#72B900 (or 0x72B900) is known color: Christi. HEX triplet: 72, B9 and 00. RGB value is (114,185,0). Sum of RGB (Red+Green+Blue) = 114+185+0=299 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.13% from 299); Green value is 185 (72.66% from 255 or 61.87% from 299); Blue value is 0 (0.39% from 255 or 0% from 299); Max value from RGB is 185 - color contains mainly: green. Hex color #72B900 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #72B900 is #8D46FF. Grayscale: #8F8F8F. Windows color (decimal): -9258752 or 47474. OLE color: 47474.

HSL color Cylindrical-coordinate representation of color #72B900: hue angle of 83.03º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #72B900 is Cyan = 0.38, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.27.

Color convert

RGB 114 185 0 -
CMYK 0.38 0 1 0.27
HSL 83.03º 1% 0.36% -
HSV(B) 83.03º 1% 0.73% -
XYZ 24.29 38.28 6.11 -
YUV 142.68 47.48 107.54 -
System Red Green Blue C M Y K H S L
Decimal 114 185 0 0.38 0 1 0.27 83.03 1 0.36
Hex 72 B9 0 26 0 64 1B 53 64 24
Octal 162 271 0 46 0 144 33 123 144 44
Binary 1110010 10111001 0 100110 0 1100100 11011 1010011 1100100 100100

Color Harmonies of #72B900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72B900

Black with #72B900

Text Example


Text Example

White with #72B900

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,185,0); }

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

background-color css

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

 a { background-color: rgb(114,185,0); }

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

border-color css

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

 span { border-color: rgb(114,185,0); }

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