Html Css Color HEX #05CA6D Jade

📋 copy color: '#05CA6D'

red 5 ◦ green 202 ◦ blue 109

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

Shades of Jade #05CA6D

Tints of Jade #05CA6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 34.49%

R = 1.58%
G = 63.92%
B = 34.49%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.46

 K value IS 0.21

RGB Variations

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

Color information

#05CA6D (or 0x05CA6D) is known color: Jade. HEX triplet: 05, CA and 6D. RGB value is (5,202,109). Sum of RGB (Red+Green+Blue) = 5+202+109=316 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.58% from 316); Green value is 202 (79.30% from 255 or 63.92% from 316); Blue value is 109 (42.97% from 255 or 34.49% from 316); Max value from RGB is 202 - color contains mainly: green. Hex color #05CA6D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05CA6D is #FA3592. Grayscale: #848484. Windows color (decimal): -16397715 or 7195141. OLE color: 7195141.

HSL color Cylindrical-coordinate representation of color #05CA6D: hue angle of 151.68º 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 #05CA6D is Cyan = 0.98, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.21.

Color convert

RGB 5 202 109 -
CMYK 0.98 0 0.46 0.21
HSL 151.68º 0.95% 0.41% -
HSV(B) 151.68º 0.98% 0.79% -
XYZ 23.94 43.38 21.58 -
YUV 132.5 114.73 37.06 -
System Red Green Blue C M Y K H S L
Decimal 5 202 109 0.98 0 0.46 0.21 151.68 0.95 0.41
Hex 5 CA 6D 62 0 2E 15 98 5F 29
Octal 5 312 155 142 0 56 25 230 137 51
Binary 101 11001010 1101101 1100010 0 101110 10101 10011000 1011111 101001

Color Harmonies of #05CA6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05CA6D

Black with #05CA6D

Text Example


Text Example

White with #05CA6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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