Html Css Color HEX #04CC41 Dark Pastel Green

📋 copy color: '#04CC41'

red 4 ◦ green 204 ◦ blue 65

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

Shades of Dark Pastel Green #04CC41

Tints of Dark Pastel Green #04CC41

RGB

 RED value IS 4 (1.95% from 255) = 1.47%

 GREEN value IS 204 (80.08% from 255) = 74.73%

 BLUE value IS 65 (25.78% from 255) = 23.81%

R = 1.47%
G = 74.73%
B = 23.81%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.68

 K value IS 0.2

RGB Variations

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

Color information

#04CC41 (or 0x04CC41) is known color: Dark Pastel Green. HEX triplet: 04, CC and 41. RGB value is (4,204,65). Sum of RGB (Red+Green+Blue) = 4+204+65=273 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.47% from 273); Green value is 204 (80.08% from 255 or 74.73% from 273); Blue value is 65 (25.78% from 255 or 23.81% from 273); Max value from RGB is 204 - color contains mainly: green. Hex color #04CC41 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04CC41 is #FB33BE. Grayscale: #808080. Windows color (decimal): -16462783 or 4312068. OLE color: 4312068.

HSL color Cylindrical-coordinate representation of color #04CC41: hue angle of 138.3º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04CC41 is Cyan = 0.98, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.2.

Color convert

RGB 4 204 65 -
CMYK 0.98 0 0.68 0.2
HSL 138.3º 0.96% 0.41% -
HSV(B) 138.3º 0.98% 0.8% -
XYZ 22.6 43.59 12.22 -
YUV 128.35 92.24 39.3 -
System Red Green Blue C M Y K H S L
Decimal 4 204 65 0.98 0 0.68 0.2 138.3 0.96 0.41
Hex 4 CC 41 62 0 44 14 8A 60 29
Octal 4 314 101 142 0 104 24 212 140 51
Binary 100 11001100 1000001 1100010 0 1000100 10100 10001010 1100000 101001

Color Harmonies of #04CC41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04CC41

Black with #04CC41

Text Example


Text Example

White with #04CC41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04CC41; }

 p { color: rgb(4,204,65); }

 H1.HeaderClassName
 {
   color: #04CC41;
 }
 .AnyTagClassName
 {
   color: #04CC41;
 }
</style>

background-color css

<style>
 a { background-color: #04CC41; }

 a { background-color: rgb(4,204,65); }

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

border-color css

<style>
 span { border-color: #04CC41; }

 span { border-color: rgb(4,204,65); }

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