Html Css Color HEX #05C068 Jade

📋 copy color: '#05C068'

red 5 ◦ green 192 ◦ blue 104

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

Shades of Jade #05C068

Tints of Jade #05C068

RGB

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

 GREEN value IS 192 (75.39% from 255) = 63.79%

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

R = 1.66%
G = 63.79%
B = 34.55%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#05C068 (or 0x05C068) is known color: Jade. HEX triplet: 05, C0 and 68. RGB value is (5,192,104). Sum of RGB (Red+Green+Blue) = 5+192+104=301 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.66% from 301); Green value is 192 (75.39% from 255 or 63.79% from 301); Blue value is 104 (41.02% from 255 or 34.55% from 301); Max value from RGB is 192 - color contains mainly: green. Hex color #05C068 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05C068 is #FA3F97. Grayscale: #7E7E7E. Windows color (decimal): -16400280 or 6864901. OLE color: 6864901.

HSL color Cylindrical-coordinate representation of color #05C068: hue angle of 151.76º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05C068 is Cyan = 0.97, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.25.

Color convert

RGB 5 192 104 -
CMYK 0.97 0 0.46 0.25
HSL 151.76º 0.95% 0.39% -
HSV(B) 151.76º 0.97% 0.75% -
XYZ 21.41 38.73 19.44 -
YUV 126.06 115.55 41.66 -
System Red Green Blue C M Y K H S L
Decimal 5 192 104 0.97 0 0.46 0.25 151.76 0.95 0.39
Hex 5 C0 68 61 0 2E 19 98 5F 27
Octal 5 300 150 141 0 56 31 230 137 47
Binary 101 11000000 1101000 1100001 0 101110 11001 10011000 1011111 100111

Color Harmonies of #05C068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05C068

Black with #05C068

Text Example


Text Example

White with #05C068

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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