Html Css Color HEX #04CF1D Dark Pastel Green

📋 copy color: '#04CF1D'

red 4 ◦ green 207 ◦ blue 29

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

Shades of Dark Pastel Green #04CF1D

Tints of Dark Pastel Green #04CF1D

RGB

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

 GREEN value IS 207 (81.25% from 255) = 86.25%

 BLUE value IS 29 (11.72% from 255) = 12.08%

R = 1.67%
G = 86.25%
B = 12.08%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#04CF1D (or 0x04CF1D) is known color: Dark Pastel Green. HEX triplet: 04, CF and 1D. RGB value is (4,207,29). Sum of RGB (Red+Green+Blue) = 4+207+29=240 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.67% from 240); Green value is 207 (81.25% from 255 or 86.25% from 240); Blue value is 29 (11.72% from 255 or 12.08% from 240); Max value from RGB is 207 - color contains mainly: green. Hex color #04CF1D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04CF1D is #FB30E2. Grayscale: #7E7E7E. Windows color (decimal): -16462051 or 1953540. OLE color: 1953540.

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

Color convert

RGB 4 207 29 -
CMYK 0.98 0 0.86 0.19
HSL 127.39º 0.96% 0.41% -
HSV(B) 127.39º 0.98% 0.81% -
XYZ 22.58 44.74 8.61 -
YUV 126.01 73.25 40.97 -
System Red Green Blue C M Y K H S L
Decimal 4 207 29 0.98 0 0.86 0.19 127.39 0.96 0.41
Hex 4 CF 1D 62 0 56 13 7F 60 29
Octal 4 317 35 142 0 126 23 177 140 51
Binary 100 11001111 11101 1100010 0 1010110 10011 1111111 1100000 101001

Color Harmonies of #04CF1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04CF1D

Black with #04CF1D

Text Example


Text Example

White with #04CF1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,207,29); }

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

background-color css

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

 a { background-color: rgb(4,207,29); }

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

border-color css

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

 span { border-color: rgb(4,207,29); }

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