Html Css Color HEX #05B875 Jade

📋 copy color: '#05B875'

red 5 ◦ green 184 ◦ blue 117

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

Shades of Jade #05B875

Tints of Jade #05B875

RGB

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

 GREEN value IS 184 (72.27% from 255) = 60.13%

 BLUE value IS 117 (46.09% from 255) = 38.24%

R = 1.63%
G = 60.13%
B = 38.24%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.36

 K value IS 0.28

RGB Variations

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

Color information

#05B875 (or 0x05B875) is known color: Jade. HEX triplet: 05, B8 and 75. RGB value is (5,184,117). Sum of RGB (Red+Green+Blue) = 5+184+117=306 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.63% from 306); Green value is 184 (72.27% from 255 or 60.13% from 306); Blue value is 117 (46.09% from 255 or 38.24% from 306); Max value from RGB is 184 - color contains mainly: green. Hex color #05B875 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05B875 is #FA478A. Grayscale: #7A7A7A. Windows color (decimal): -16402315 or 7714821. OLE color: 7714821.

HSL color Cylindrical-coordinate representation of color #05B875: hue angle of 157.54º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05B875 is Cyan = 0.97, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.28.

Color convert

RGB 5 184 117 -
CMYK 0.97 0 0.36 0.28
HSL 157.54º 0.95% 0.37% -
HSV(B) 157.54º 0.97% 0.72% -
XYZ 20.41 35.6 22.62 -
YUV 122.84 124.7 43.95 -
System Red Green Blue C M Y K H S L
Decimal 5 184 117 0.97 0 0.36 0.28 157.54 0.95 0.37
Hex 5 B8 75 61 0 24 1C 9E 5F 25
Octal 5 270 165 141 0 44 34 236 137 45
Binary 101 10111000 1110101 1100001 0 100100 11100 10011110 1011111 100101

Color Harmonies of #05B875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05B875

Black with #05B875

Text Example


Text Example

White with #05B875

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,184,117); }

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

background-color css

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

 a { background-color: rgb(5,184,117); }

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

border-color css

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

 span { border-color: rgb(5,184,117); }

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