#c5df38

Color #C5DF38 Las Palmas (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Las Palmas #C5DF38

Tints of Las Palmas #C5DF38

Color information

#C5DF38 (or 0xC5DF38) is unknown color: approx Las Palmas. HEX triplet: C5, DF and 38. RGB value is (197,223,56). Sum of RGB (Red+Green+Blue) = 197+223+56=476 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.39% from 476); Green value is 223 (87.5% from 255 or 46.85% from 476); Blue value is 56 (22.27% from 255 or 11.76% from 476); Max value from RGB is 223 - color contains mainly: green. Hex color #C5DF38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5DF38 is #3A20C7. Grayscale: #C4C4C4. Windows color (decimal): -3809480 or 3727301. OLE color: 3727301.

HSL color Cylindrical-coordinate representation of color #C5DF38: hue angle of 69.34º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C5DF38 is Cyan = 0.12, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.13.

Color convert

RGB19722356-
CMYK0.1200.750.13
HSL69.34º72.29%54.71%-
HSV(B)69.34º74.89%87.45%-
XYZ50.1364.9313.63-
YUV196.1948.89128.58-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.39%
GREEN value IS 223 (87.5% from 255) = 46.85%
BLUE value IS 56 (22.27% from 255) = 11.76%
R=41.39%
G=46.85%
B=11.76%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal197223560.1200.750.1369.3472.2954.71
HexC5DF38C04BD454837
Octal305337701401131510511067
Binary1100010111011111111000110001001011110110001011001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c5df38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c5df38; }

 p { color: rgb(197,223,56); }

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

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

 a { background-color: rgb(197,223,56); }

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

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

 span { border-color: rgb(197,223,56); }

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