Html Css Color HEX #05C372 Jade

📋 copy color: '#05C372'

red 5 ◦ green 195 ◦ blue 114

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

Shades of Jade #05C372

Tints of Jade #05C372

RGB

 RED value IS 5 (2.34% from 255) = 1.59%

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

 BLUE value IS 114 (44.92% from 255) = 36.31%

R = 1.59%
G = 62.1%
B = 36.31%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#05C372 (or 0x05C372) is known color: Jade. HEX triplet: 05, C3 and 72. RGB value is (5,195,114). Sum of RGB (Red+Green+Blue) = 5+195+114=314 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.59% from 314); Green value is 195 (76.56% from 255 or 62.10% from 314); Blue value is 114 (44.92% from 255 or 36.31% from 314); Max value from RGB is 195 - color contains mainly: green. Hex color #05C372 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05C372 is #FA3C8D. Grayscale: #818181. Windows color (decimal): -16399502 or 7521029. OLE color: 7521029.

HSL color Cylindrical-coordinate representation of color #05C372: hue angle of 154.42º degrees, saturation: 0.95, 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 #05C372 is Cyan = 0.97, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB 5 195 114 -
CMYK 0.97 0 0.42 0.24
HSL 154.42º 0.95% 0.39% -
HSV(B) 154.42º 0.97% 0.76% -
XYZ 22.61 40.28 22.5 -
YUV 128.96 119.55 39.59 -
System Red Green Blue C M Y K H S L
Decimal 5 195 114 0.97 0 0.42 0.24 154.42 0.95 0.39
Hex 5 C3 72 61 0 2A 18 9A 5F 27
Octal 5 303 162 141 0 52 30 232 137 47
Binary 101 11000011 1110010 1100001 0 101010 11000 10011010 1011111 100111

Color Harmonies of #05C372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05C372

Black with #05C372

Text Example


Text Example

White with #05C372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05C372; }

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

 H1.HeaderClassName
 {
   color: #05C372;
 }
 .AnyTagClassName
 {
   color: #05C372;
 }
</style>

background-color css

<style>
 a { background-color: #05C372; }

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

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

border-color css

<style>
 span { border-color: #05C372; }

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

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