Html Css Color HEX #04CF27 Dark Pastel Green

📋 copy color: '#04CF27'

red 4 ◦ green 207 ◦ blue 39

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

Shades of Dark Pastel Green #04CF27

Tints of Dark Pastel Green #04CF27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 15.6%

R = 1.6%
G = 82.8%
B = 15.6%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#04CF27 (or 0x04CF27) is known color: Dark Pastel Green. HEX triplet: 04, CF and 27. RGB value is (4,207,39). Sum of RGB (Red+Green+Blue) = 4+207+39=250 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.6% from 250); Green value is 207 (81.25% from 255 or 82.8% from 250); Blue value is 39 (15.62% from 255 or 15.6% from 250); Max value from RGB is 207 - color contains mainly: green. Hex color #04CF27 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04CF27 is #FB30D8. Grayscale: #7F7F7F. Windows color (decimal): -16462041 or 2608900. OLE color: 2608900.

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

Color convert

RGB 4 207 39 -
CMYK 0.98 0 0.81 0.19
HSL 130.34º 0.96% 0.41% -
HSV(B) 130.34º 0.98% 0.81% -
XYZ 22.73 44.8 9.37 -
YUV 127.15 78.25 40.16 -
System Red Green Blue C M Y K H S L
Decimal 4 207 39 0.98 0 0.81 0.19 130.34 0.96 0.41
Hex 4 CF 27 62 0 51 13 82 60 29
Octal 4 317 47 142 0 121 23 202 140 51
Binary 100 11001111 100111 1100010 0 1010001 10011 10000010 1100000 101001

Color Harmonies of #04CF27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04CF27

Black with #04CF27

Text Example


Text Example

White with #04CF27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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