Html Css Color HEX #04CA1F Dark Pastel Green

📋 copy color: '#04CA1F'

red 4 ◦ green 202 ◦ blue 31

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

Shades of Dark Pastel Green #04CA1F

Tints of Dark Pastel Green #04CA1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 13.08%

R = 1.69%
G = 85.23%
B = 13.08%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.85

 K value IS 0.21

RGB Variations

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

Color information

#04CA1F (or 0x04CA1F) is known color: Dark Pastel Green. HEX triplet: 04, CA and 1F. RGB value is (4,202,31). Sum of RGB (Red+Green+Blue) = 4+202+31=237 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.69% from 237); Green value is 202 (79.30% from 255 or 85.23% from 237); Blue value is 31 (12.5% from 255 or 13.08% from 237); Max value from RGB is 202 - color contains mainly: green. Hex color #04CA1F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04CA1F is #FB35E0. Grayscale: #7B7B7B. Windows color (decimal): -16463329 or 2083332. OLE color: 2083332.

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

Color convert

RGB 4 202 31 -
CMYK 0.98 0 0.85 0.21
HSL 128.18º 0.96% 0.4% -
HSV(B) 128.18º 0.98% 0.79% -
XYZ 21.42 42.37 8.34 -
YUV 123.3 75.9 42.9 -
System Red Green Blue C M Y K H S L
Decimal 4 202 31 0.98 0 0.85 0.21 128.18 0.96 0.4
Hex 4 CA 1F 62 0 55 15 80 60 28
Octal 4 312 37 142 0 125 25 200 140 50
Binary 100 11001010 11111 1100010 0 1010101 10101 10000000 1100000 101000

Color Harmonies of #04CA1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04CA1F

Black with #04CA1F

Text Example


Text Example

White with #04CA1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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