Html Css Color HEX #72C801 Christi

📋 copy color: '#72C801'

red 114 ◦ green 200 ◦ blue 1

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

Shades of Christi #72C801

Tints of Christi #72C801

RGB

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

 GREEN value IS 200 (78.52% from 255) = 63.49%

 BLUE value IS 1 (0.78% from 255) = 0.32%

R = 36.19%
G = 63.49%
B = 0.32%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 1.00

 K value IS 0.22

RGB Variations

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

Color information

#72C801 (or 0x72C801) is known color: Christi. HEX triplet: 72, C8 and 01. RGB value is (114,200,1). Sum of RGB (Red+Green+Blue) = 114+200+1=315 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.19% from 315); Green value is 200 (78.52% from 255 or 63.49% from 315); Blue value is 1 (0.78% from 255 or 0.32% from 315); Max value from RGB is 200 - color contains mainly: green. Hex color #72C801 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #72C801 is #8D37FE. Grayscale: #989898. Windows color (decimal): -9254911 or 116850. OLE color: 116850.

HSL color Cylindrical-coordinate representation of color #72C801: hue angle of 85.93º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #72C801 is Cyan = 0.43, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.22.

Color convert

RGB 114 200 1 -
CMYK 0.43 0 1.00 0.22
HSL 85.93º 0.99% 0.39% -
HSV(B) 85.93º 1% 0.78% -
XYZ 27.6 44.89 7.24 -
YUV 151.6 43.01 101.18 -
System Red Green Blue C M Y K H S L
Decimal 114 200 1 0.43 0 1.00 0.22 85.93 0.99 0.39
Hex 72 C8 1 2B 0 64 16 56 63 27
Octal 162 310 1 53 0 144 26 126 143 47
Binary 1110010 11001000 1 101011 0 1100100 10110 1010110 1100011 100111

Color Harmonies of #72C801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72C801

Black with #72C801

Text Example


Text Example

White with #72C801

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,200,1); }

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

background-color css

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

 a { background-color: rgb(114,200,1); }

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

border-color css

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

 span { border-color: rgb(114,200,1); }

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