Html Css Color HEX #05B468 Jade

📋 copy color: '#05B468'

red 5 ◦ green 180 ◦ blue 104

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

Shades of Jade #05B468

Tints of Jade #05B468

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 35.99%

R = 1.73%
G = 62.28%
B = 35.99%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.42

 K value IS 0.29

RGB Variations

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

Color information

#05B468 (or 0x05B468) is known color: Jade. HEX triplet: 05, B4 and 68. RGB value is (5,180,104). Sum of RGB (Red+Green+Blue) = 5+180+104=289 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.73% from 289); Green value is 180 (70.70% from 255 or 62.28% from 289); Blue value is 104 (41.02% from 255 or 35.99% from 289); Max value from RGB is 180 - color contains mainly: green. Hex color #05B468 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05B468 is #FA4B97. Grayscale: #777777. Windows color (decimal): -16403352 or 6861829. OLE color: 6861829.

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

Color convert

RGB 5 180 104 -
CMYK 0.97 0 0.42 0.29
HSL 153.94º 0.95% 0.36% -
HSV(B) 153.94º 0.97% 0.71% -
XYZ 18.88 33.67 18.6 -
YUV 119.01 119.52 46.68 -
System Red Green Blue C M Y K H S L
Decimal 5 180 104 0.97 0 0.42 0.29 153.94 0.95 0.36
Hex 5 B4 68 61 0 2A 1D 9A 5F 24
Octal 5 264 150 141 0 52 35 232 137 44
Binary 101 10110100 1101000 1100001 0 101010 11101 10011010 1011111 100100

Color Harmonies of #05B468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05B468

Black with #05B468

Text Example


Text Example

White with #05B468

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,180,104); }

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

background-color css

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

 a { background-color: rgb(5,180,104); }

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

border-color css

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

 span { border-color: rgb(5,180,104); }

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