Html Css Color HEX #05CA70 Jade

📋 copy color: '#05CA70'

red 5 ◦ green 202 ◦ blue 112

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

Shades of Jade #05CA70

Tints of Jade #05CA70

RGB

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

 GREEN value IS 202 (79.3% from 255) = 63.32%

 BLUE value IS 112 (44.14% from 255) = 35.11%

R = 1.57%
G = 63.32%
B = 35.11%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#05CA70 (or 0x05CA70) is known color: Jade. HEX triplet: 05, CA and 70. RGB value is (5,202,112). Sum of RGB (Red+Green+Blue) = 5+202+112=319 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.57% from 319); Green value is 202 (79.30% from 255 or 63.32% from 319); Blue value is 112 (44.14% from 255 or 35.11% from 319); Max value from RGB is 202 - color contains mainly: green. Hex color #05CA70 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05CA70 is #FA358F. Grayscale: #858585. Windows color (decimal): -16397712 or 7391749. OLE color: 7391749.

HSL color Cylindrical-coordinate representation of color #05CA70: hue angle of 152.59º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05CA70 is Cyan = 0.98, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.21.

Color convert

RGB 5 202 112 -
CMYK 0.98 0 0.45 0.21
HSL 152.59º 0.95% 0.41% -
HSV(B) 152.59º 0.98% 0.79% -
XYZ 24.11 43.44 22.44 -
YUV 132.84 116.23 36.82 -
System Red Green Blue C M Y K H S L
Decimal 5 202 112 0.98 0 0.45 0.21 152.59 0.95 0.41
Hex 5 CA 70 62 0 2D 15 99 5F 29
Octal 5 312 160 142 0 55 25 231 137 51
Binary 101 11001010 1110000 1100010 0 101101 10101 10011001 1011111 101001

Color Harmonies of #05CA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05CA70

Black with #05CA70

Text Example


Text Example

White with #05CA70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,202,112); }

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

background-color css

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

 a { background-color: rgb(5,202,112); }

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

border-color css

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

 span { border-color: rgb(5,202,112); }

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