Html Css Color HEX #72B400 Christi

📋 copy color: '#72B400'

red 114 ◦ green 180 ◦ blue 0

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

Shades of Christi #72B400

Tints of Christi #72B400

RGB

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

 GREEN value IS 180 (70.7% from 255) = 61.22%

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

R = 38.78%
G = 61.22%
B = 0%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 1

 K value IS 0.29

RGB Variations

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

Color information

#72B400 (or 0x72B400) is known color: Christi. HEX triplet: 72, B4 and 00. RGB value is (114,180,0). Sum of RGB (Red+Green+Blue) = 114+180+0=294 (38% of max value = 765). Red value is 114 (44.92% from 255 or 38.78% from 294); Green value is 180 (70.70% from 255 or 61.22% from 294); Blue value is 0 (0.39% from 255 or 0% from 294); Max value from RGB is 180 - color contains mainly: green. Hex color #72B400 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #72B400 is #8D4BFF. Grayscale: #8C8C8C. Windows color (decimal): -9260032 or 46194. OLE color: 46194.

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

Color convert

RGB 114 180 0 -
CMYK 0.37 0 1 0.29
HSL 82º 1% 0.35% -
HSV(B) 82º 1% 0.71% -
XYZ 23.26 36.22 5.77 -
YUV 139.75 49.13 109.64 -
System Red Green Blue C M Y K H S L
Decimal 114 180 0 0.37 0 1 0.29 82 1 0.35
Hex 72 B4 0 25 0 64 1D 52 64 23
Octal 162 264 0 45 0 144 35 122 144 43
Binary 1110010 10110100 0 100101 0 1100100 11101 1010010 1100100 100011

Color Harmonies of #72B400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72B400

Black with #72B400

Text Example


Text Example

White with #72B400

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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