#04C205

Color #04C205 Islamic Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Islamic Green #04C205

Tints of Islamic Green #04C205

Color information

#04C205 (or 0x04C205) is unknown color: approx Islamic Green. HEX triplet: 04, C2 and 05. RGB value is (4,194,5). Sum of RGB (Red+Green+Blue) = 4+194+5=203 (26% of max value = 765). Red value is 4 (1.95% from 255 or 1.97% from 203); Green value is 194 (76.17% from 255 or 95.57% from 203); Blue value is 5 (2.34% from 255 or 2.46% from 203); Max value from RGB is 194 - color contains mainly: green. Hex color #04C205 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #04C205 is #FB3DFA. Grayscale: #747474. Windows color (decimal): -16465403 or 377348. OLE color: 377348.

HSL color Cylindrical-coordinate representation of color #04C205: hue angle of 120.32º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04C205 is Cyan = 0.98, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.24.

Color convert

RGB41945-
CMYK0.9800.970.24
HSL120.32º95.96%38.82%-
HSV(B)120.32º97.94%76.08%-
XYZ19.3738.626.58-
YUV115.6465.5548.37-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.97%
GREEN value IS 194 (76.17% from 255) = 95.57%
BLUE value IS 5 (2.34% from 255) = 2.46%
R=1.97%
G=95.57%
B=2.46%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal419450.9800.970.24120.3295.9638.82
Hex4C256206118786027
Octal4302514201413017014047
Binary100110000101011100010011000011100011110001100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04C205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,194,5); }

 H1.HeaderClassName
 {
   color: #04C205;
 }
 .AnyTagClassName
 {
   color: #04C205;
 }
</style>
background-color css

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

 a { background-color: rgb(4,194,5); }

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

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

 span { border-color: rgb(4,194,5); }

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