Html Css Color HEX #05C223 Dark Pastel Green

📋 copy color: '#05C223'

red 5 ◦ green 194 ◦ blue 35

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

Shades of Dark Pastel Green #05C223

Tints of Dark Pastel Green #05C223

RGB

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

 GREEN value IS 194 (76.17% from 255) = 82.91%

 BLUE value IS 35 (14.06% from 255) = 14.96%

R = 2.14%
G = 82.91%
B = 14.96%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#05C223 (or 0x05C223) is known color: Dark Pastel Green. HEX triplet: 05, C2 and 23. RGB value is (5,194,35). Sum of RGB (Red+Green+Blue) = 5+194+35=234 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.14% from 234); Green value is 194 (76.17% from 255 or 82.91% from 234); Blue value is 35 (14.06% from 255 or 14.96% from 234); Max value from RGB is 194 - color contains mainly: green. Hex color #05C223 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05C223 is #FA3DDC. Grayscale: #777777. Windows color (decimal): -16399837 or 2343429. OLE color: 2343429.

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

Color convert

RGB 5 194 35 -
CMYK 0.97 0 0.82 0.24
HSL 129.52º 0.95% 0.39% -
HSV(B) 129.52º 0.97% 0.76% -
XYZ 19.66 38.74 8.03 -
YUV 119.36 80.38 46.43 -
System Red Green Blue C M Y K H S L
Decimal 5 194 35 0.97 0 0.82 0.24 129.52 0.95 0.39
Hex 5 C2 23 61 0 52 18 82 5F 27
Octal 5 302 43 141 0 122 30 202 137 47
Binary 101 11000010 100011 1100001 0 1010010 11000 10000010 1011111 100111

Color Harmonies of #05C223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05C223

Black with #05C223

Text Example


Text Example

White with #05C223

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,194,35); }

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

background-color css

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

 a { background-color: rgb(5,194,35); }

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

border-color css

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

 span { border-color: rgb(5,194,35); }

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