Html Css Color HEX #05C434 Dark Pastel Green

📋 copy color: '#05C434'

red 5 ◦ green 196 ◦ blue 52

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

Shades of Dark Pastel Green #05C434

Tints of Dark Pastel Green #05C434

RGB

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

 GREEN value IS 196 (76.95% from 255) = 77.47%

 BLUE value IS 52 (20.7% from 255) = 20.55%

R = 1.98%
G = 77.47%
B = 20.55%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.73

 K value IS 0.23

RGB Variations

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

Color information

#05C434 (or 0x05C434) is known color: Dark Pastel Green. HEX triplet: 05, C4 and 34. RGB value is (5,196,52). Sum of RGB (Red+Green+Blue) = 5+196+52=253 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.98% from 253); Green value is 196 (76.95% from 255 or 77.47% from 253); Blue value is 52 (20.70% from 255 or 20.55% from 253); Max value from RGB is 196 - color contains mainly: green. Hex color #05C434 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05C434 is #FA3BCB. Grayscale: #7A7A7A. Windows color (decimal): -16399308 or 3458053. OLE color: 3458053.

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

Color convert

RGB 5 196 52 -
CMYK 0.97 0 0.73 0.23
HSL 134.76º 0.95% 0.39% -
HSV(B) 134.76º 0.97% 0.77% -
XYZ 20.42 39.76 9.85 -
YUV 122.48 88.22 44.21 -
System Red Green Blue C M Y K H S L
Decimal 5 196 52 0.97 0 0.73 0.23 134.76 0.95 0.39
Hex 5 C4 34 61 0 49 17 87 5F 27
Octal 5 304 64 141 0 111 27 207 137 47
Binary 101 11000100 110100 1100001 0 1001001 10111 10000111 1011111 100111

Color Harmonies of #05C434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05C434

Black with #05C434

Text Example


Text Example

White with #05C434

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,196,52); }

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

background-color css

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

 a { background-color: rgb(5,196,52); }

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

border-color css

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

 span { border-color: rgb(5,196,52); }

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