Html Css Color HEX #05CA4A Dark Pastel Green

📋 copy color: '#05CA4A'

red 5 ◦ green 202 ◦ blue 74

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

Shades of Dark Pastel Green #05CA4A

Tints of Dark Pastel Green #05CA4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 26.33%

R = 1.78%
G = 71.89%
B = 26.33%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#05CA4A (or 0x05CA4A) is known color: Dark Pastel Green. HEX triplet: 05, CA and 4A. RGB value is (5,202,74). Sum of RGB (Red+Green+Blue) = 5+202+74=281 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.78% from 281); Green value is 202 (79.30% from 255 or 71.89% from 281); Blue value is 74 (29.30% from 255 or 26.33% from 281); Max value from RGB is 202 - color contains mainly: green. Hex color #05CA4A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05CA4A is #FA35B5. Grayscale: #808080. Windows color (decimal): -16397750 or 4901381. OLE color: 4901381.

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

Color convert

RGB 5 202 74 -
CMYK 0.98 0 0.63 0.21
HSL 141.02º 0.95% 0.41% -
HSV(B) 141.02º 0.98% 0.79% -
XYZ 22.42 42.77 13.55 -
YUV 128.51 97.23 39.91 -
System Red Green Blue C M Y K H S L
Decimal 5 202 74 0.98 0 0.63 0.21 141.02 0.95 0.41
Hex 5 CA 4A 62 0 3F 15 8D 5F 29
Octal 5 312 112 142 0 77 25 215 137 51
Binary 101 11001010 1001010 1100010 0 111111 10101 10001101 1011111 101001

Color Harmonies of #05CA4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05CA4A

Black with #05CA4A

Text Example


Text Example

White with #05CA4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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