#C5DD38

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

Shades of Las Palmas #C5DD38

Tints of Las Palmas #C5DD38

Color information

#C5DD38 (or 0xC5DD38) is unknown color: approx Las Palmas. HEX triplet: C5, DD and 38. RGB value is (197,221,56). Sum of RGB (Red+Green+Blue) = 197+221+56=474 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.56% from 474); Green value is 221 (86.72% from 255 or 46.62% from 474); Blue value is 56 (22.27% from 255 or 11.81% from 474); Max value from RGB is 221 - color contains mainly: green. Hex color #C5DD38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5DD38 is #3A22C7. Grayscale: #C3C3C3. Windows color (decimal): -3809992 or 3726789. OLE color: 3726789.

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

Color convert

RGB19722156-
CMYK0.1100.750.13
HSL68.73º70.82%54.31%-
HSV(B)68.73º74.66%86.67%-
XYZ49.663.8713.46-
YUV195.0149.55129.42-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.56%
GREEN value IS 221 (86.72% from 255) = 46.62%
BLUE value IS 56 (22.27% from 255) = 11.81%
R=41.56%
G=46.62%
B=11.81%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal197221560.1100.750.1368.7370.8254.31
HexC5DD38B04BD454736
Octal305335701301131510510766
Binary1100010111011101111000101101001011110110001011000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5DD38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5DD38; }

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

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

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

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

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

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

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

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