#CDE340

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

Shades of Las Palmas #CDE340

Tints of Las Palmas #CDE340

Color information

#CDE340 (or 0xCDE340) is unknown color: approx Las Palmas. HEX triplet: CD, E3 and 40. RGB value is (205,227,64). Sum of RGB (Red+Green+Blue) = 205+227+64=496 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.33% from 496); Green value is 227 (89.06% from 255 or 45.77% from 496); Blue value is 64 (25.39% from 255 or 12.90% from 496); Max value from RGB is 227 - color contains mainly: green. Hex color #CDE340 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDE340 is #321CBF. Grayscale: #CACACA. Windows color (decimal): -3284160 or 4252621. OLE color: 4252621.

HSL color Cylindrical-coordinate representation of color #CDE340: hue angle of 68.1º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CDE340 is Cyan = 0.10, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.11.

Color convert

RGB20522764-
CMYK0.1000.720.11
HSL68.1º74.43%57.06%-
HSV(B)68.1º71.81%89.02%-
XYZ53.5768.2915.21-
YUV201.8450.21130.25-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.33%
GREEN value IS 227 (89.06% from 255) = 45.77%
BLUE value IS 64 (25.39% from 255) = 12.90%
R=41.33%
G=45.77%
B=12.90%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal205227640.1000.720.1168.174.4357.06
HexCDE340A048B444a39
Octal3153431001201101310411271
Binary11001101111000111000000101001001000101110001001001010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE340; }

 p { color: rgb(205,227,64); }

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

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

 a { background-color: rgb(205,227,64); }

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

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

 span { border-color: rgb(205,227,64); }

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