#05cf38

Color #05CF38 Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #05CF38

Tints of Dark Pastel Green #05CF38

Color information

#05CF38 (or 0x05CF38) is unknown color: approx Dark Pastel Green. HEX triplet: 05, CF and 38. RGB value is (5,207,56). Sum of RGB (Red+Green+Blue) = 5+207+56=268 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.87% from 268); Green value is 207 (81.25% from 255 or 77.24% from 268); Blue value is 56 (22.27% from 255 or 20.90% from 268); Max value from RGB is 207 - color contains mainly: green. Hex color #05CF38 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05CF38 is #FA30C7. Grayscale: #818181. Windows color (decimal): -16396488 or 3723013. OLE color: 3723013.

HSL color Cylindrical-coordinate representation of color #05CF38: hue angle of 135.15º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05CF38 is Cyan = 0.98, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.19.

Color convert

RGB520756-
CMYK0.9800.730.19
HSL135.15º95.28%41.57%-
HSV(B)135.15º97.58%81.18%-
XYZ23.0944.9411.2-
YUV129.3986.5839.28-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.87%
GREEN value IS 207 (81.25% from 255) = 77.24%
BLUE value IS 56 (22.27% from 255) = 20.90%
R=1.87%
G=77.24%
B=20.90%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal5207560.9800.730.19135.1595.2841.57
Hex5CF386204913875f2a
Octal53177014201112320713752
Binary1011100111111100011000100100100110011100001111011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05cf38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05cf38; }

 p { color: rgb(5,207,56); }

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

<style>
 a { background-color: #05cf38; }

 a { background-color: rgb(5,207,56); }

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

<style>
 span { border-color: #05cf38; }

 span { border-color: rgb(5,207,56); }

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