Html Css Color HEX #05CA24 Dark Pastel Green

📋 copy color: '#05CA24'

red 5 ◦ green 202 ◦ blue 36

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

Shades of Dark Pastel Green #05CA24

Tints of Dark Pastel Green #05CA24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 14.81%

R = 2.06%
G = 83.13%
B = 14.81%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.82

 K value IS 0.21

RGB Variations

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

Color information

#05CA24 (or 0x05CA24) is known color: Dark Pastel Green. HEX triplet: 05, CA and 24. RGB value is (5,202,36). Sum of RGB (Red+Green+Blue) = 5+202+36=243 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.06% from 243); Green value is 202 (79.30% from 255 or 83.13% from 243); Blue value is 36 (14.45% from 255 or 14.81% from 243); Max value from RGB is 202 - color contains mainly: green. Hex color #05CA24 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05CA24 is #FA35DB. Grayscale: #7C7C7C. Windows color (decimal): -16397788 or 2411013. OLE color: 2411013.

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

Color convert

RGB 5 202 36 -
CMYK 0.98 0 0.82 0.21
HSL 129.44º 0.95% 0.41% -
HSV(B) 129.44º 0.98% 0.79% -
XYZ 21.5 42.4 8.72 -
YUV 124.17 78.23 43 -
System Red Green Blue C M Y K H S L
Decimal 5 202 36 0.98 0 0.82 0.21 129.44 0.95 0.41
Hex 5 CA 24 62 0 52 15 81 5F 29
Octal 5 312 44 142 0 122 25 201 137 51
Binary 101 11001010 100100 1100010 0 1010010 10101 10000001 1011111 101001

Color Harmonies of #05CA24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05CA24

Black with #05CA24

Text Example


Text Example

White with #05CA24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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