Html Css Color HEX #72BE00 Christi

📋 copy color: '#72BE00'

red 114 ◦ green 190 ◦ blue 0

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

Shades of Christi #72BE00

Tints of Christi #72BE00

RGB

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

 GREEN value IS 190 (74.61% from 255) = 62.5%

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

R = 37.5%
G = 62.5%
B = 0%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#72BE00 (or 0x72BE00) is known color: Christi. HEX triplet: 72, BE and 00. RGB value is (114,190,0). Sum of RGB (Red+Green+Blue) = 114+190+0=304 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.5% from 304); Green value is 190 (74.61% from 255 or 62.5% from 304); Blue value is 0 (0.39% from 255 or 0% from 304); Max value from RGB is 190 - color contains mainly: green. Hex color #72BE00 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #72BE00 is #8D41FF. Grayscale: #929292. Windows color (decimal): -9257472 or 48754. OLE color: 48754.

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

Color convert

RGB 114 190 0 -
CMYK 0.40 0 1 0.25
HSL 84º 1% 0.37% -
HSV(B) 84º 1% 0.75% -
XYZ 25.35 40.4 6.46 -
YUV 145.62 45.82 105.45 -
System Red Green Blue C M Y K H S L
Decimal 114 190 0 0.40 0 1 0.25 84 1 0.37
Hex 72 BE 0 28 0 64 19 54 64 25
Octal 162 276 0 50 0 144 31 124 144 45
Binary 1110010 10111110 0 101000 0 1100100 11001 1010100 1100100 100101

Color Harmonies of #72BE00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72BE00

Black with #72BE00

Text Example


Text Example

White with #72BE00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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