Html Css Color HEX #72C306 Christi

📋 copy color: '#72C306'

red 114 ◦ green 195 ◦ blue 6

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

Shades of Christi #72C306

Tints of Christi #72C306

RGB

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

 GREEN value IS 195 (76.56% from 255) = 61.9%

 BLUE value IS 6 (2.73% from 255) = 1.9%

R = 36.19%
G = 61.9%
B = 1.9%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#72C306 (or 0x72C306) is known color: Christi. HEX triplet: 72, C3 and 06. RGB value is (114,195,6). Sum of RGB (Red+Green+Blue) = 114+195+6=315 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.19% from 315); Green value is 195 (76.56% from 255 or 61.90% from 315); Blue value is 6 (2.73% from 255 or 1.90% from 315); Max value from RGB is 195 - color contains mainly: green. Hex color #72C306 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #72C306 is #8D3CF9. Grayscale: #959595. Windows color (decimal): -9256186 or 443250. OLE color: 443250.

HSL color Cylindrical-coordinate representation of color #72C306: hue angle of 85.71º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #72C306 is Cyan = 0.42, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.24.

Color convert

RGB 114 195 6 -
CMYK 0.42 0 0.97 0.24
HSL 85.71º 0.94% 0.39% -
HSV(B) 85.71º 0.97% 0.76% -
XYZ 26.49 42.62 7 -
YUV 149.24 47.16 102.87 -
System Red Green Blue C M Y K H S L
Decimal 114 195 6 0.42 0 0.97 0.24 85.71 0.94 0.39
Hex 72 C3 6 2A 0 61 18 56 5E 27
Octal 162 303 6 52 0 141 30 126 136 47
Binary 1110010 11000011 110 101010 0 1100001 11000 1010110 1011110 100111

Color Harmonies of #72C306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72C306

Black with #72C306

Text Example


Text Example

White with #72C306

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,195,6); }

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

background-color css

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

 a { background-color: rgb(114,195,6); }

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

border-color css

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

 span { border-color: rgb(114,195,6); }

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