Html Css Color HEX #04CA3E Dark Pastel Green

📋 copy color: '#04CA3E'

red 4 ◦ green 202 ◦ blue 62

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

Shades of Dark Pastel Green #04CA3E

Tints of Dark Pastel Green #04CA3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 23.13%

R = 1.49%
G = 75.37%
B = 23.13%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#04CA3E (or 0x04CA3E) is known color: Dark Pastel Green. HEX triplet: 04, CA and 3E. RGB value is (4,202,62). Sum of RGB (Red+Green+Blue) = 4+202+62=268 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.49% from 268); Green value is 202 (79.30% from 255 or 75.37% from 268); Blue value is 62 (24.61% from 255 or 23.13% from 268); Max value from RGB is 202 - color contains mainly: green. Hex color #04CA3E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04CA3E is #FB35C1. Grayscale: #7F7F7F. Windows color (decimal): -16463298 or 4114948. OLE color: 4114948.

HSL color Cylindrical-coordinate representation of color #04CA3E: hue angle of 137.58º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04CA3E is Cyan = 0.98, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.21.

Color convert

RGB 4 202 62 -
CMYK 0.98 0 0.69 0.21
HSL 137.58º 0.96% 0.4% -
HSV(B) 137.58º 0.98% 0.79% -
XYZ 22.04 42.61 11.62 -
YUV 126.84 91.4 40.38 -
System Red Green Blue C M Y K H S L
Decimal 4 202 62 0.98 0 0.69 0.21 137.58 0.96 0.4
Hex 4 CA 3E 62 0 45 15 8A 60 28
Octal 4 312 76 142 0 105 25 212 140 50
Binary 100 11001010 111110 1100010 0 1000101 10101 10001010 1100000 101000

Color Harmonies of #04CA3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04CA3E

Black with #04CA3E

Text Example


Text Example

White with #04CA3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,202,62); }

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

background-color css

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

 a { background-color: rgb(4,202,62); }

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

border-color css

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

 span { border-color: rgb(4,202,62); }

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