#05CF30

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

Shades of Dark Pastel Green #05CF30

Tints of Dark Pastel Green #05CF30

Color information

#05CF30 (or 0x05CF30) is unknown color: approx Dark Pastel Green. HEX triplet: 05, CF and 30. RGB value is (5,207,48). Sum of RGB (Red+Green+Blue) = 5+207+48=260 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.92% from 260); Green value is 207 (81.25% from 255 or 79.62% from 260); Blue value is 48 (19.14% from 255 or 18.46% from 260); Max value from RGB is 207 - color contains mainly: green. Hex color #05CF30 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05CF30 is #FA30CF. Grayscale: #808080. Windows color (decimal): -16396496 or 3198725. OLE color: 3198725.

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

Color convert

RGB520748-
CMYK0.9800.770.19
HSL132.77º95.28%41.57%-
HSV(B)132.77º97.58%81.18%-
XYZ22.9144.8710.25-
YUV128.4882.5839.93-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.92%
GREEN value IS 207 (81.25% from 255) = 79.62%
BLUE value IS 48 (19.14% from 255) = 18.46%
R=1.92%
G=79.62%
B=18.46%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal5207480.9800.770.19132.7795.2841.57
Hex5CF306204D13855f2a
Octal53176014201152320513752
Binary1011100111111000011000100100110110011100001011011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05CF30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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