Html Css Color HEX #05C86B Jade

📋 copy color: '#05C86B'

red 5 ◦ green 200 ◦ blue 107

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

Shades of Jade #05C86B

Tints of Jade #05C86B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 34.29%

R = 1.6%
G = 64.1%
B = 34.29%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.46

 K value IS 0.22

RGB Variations

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

Color information

#05C86B (or 0x05C86B) is known color: Jade. HEX triplet: 05, C8 and 6B. RGB value is (5,200,107). Sum of RGB (Red+Green+Blue) = 5+200+107=312 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.60% from 312); Green value is 200 (78.52% from 255 or 64.10% from 312); Blue value is 107 (42.19% from 255 or 34.29% from 312); Max value from RGB is 200 - color contains mainly: green. Hex color #05C86B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05C86B is #FA3794. Grayscale: #838383. Windows color (decimal): -16398229 or 7063557. OLE color: 7063557.

HSL color Cylindrical-coordinate representation of color #05C86B: hue angle of 151.38º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05C86B is Cyan = 0.98, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.22.

Color convert

RGB 5 200 107 -
CMYK 0.98 0 0.46 0.22
HSL 151.38º 0.95% 0.4% -
HSV(B) 151.38º 0.98% 0.78% -
XYZ 23.37 42.4 20.86 -
YUV 131.09 114.4 38.06 -
System Red Green Blue C M Y K H S L
Decimal 5 200 107 0.98 0 0.46 0.22 151.38 0.95 0.4
Hex 5 C8 6B 62 0 2E 16 97 5F 28
Octal 5 310 153 142 0 56 26 227 137 50
Binary 101 11001000 1101011 1100010 0 101110 10110 10010111 1011111 101000

Color Harmonies of #05C86B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05C86B

Black with #05C86B

Text Example


Text Example

White with #05C86B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,200,107); }

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

background-color css

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

 a { background-color: rgb(5,200,107); }

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

border-color css

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

 span { border-color: rgb(5,200,107); }

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