#CDEB4D

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

Shades of Las Palmas #CDEB4D

Tints of Las Palmas #CDEB4D

Color information

#CDEB4D (or 0xCDEB4D) is unknown color: approx Las Palmas. HEX triplet: CD, EB and 4D. RGB value is (205,235,77). Sum of RGB (Red+Green+Blue) = 205+235+77=517 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.65% from 517); Green value is 235 (92.19% from 255 or 45.45% from 517); Blue value is 77 (30.47% from 255 or 14.89% from 517); Max value from RGB is 235 - color contains mainly: green. Hex color #CDEB4D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDEB4D is #3214B2. Grayscale: #D0D0D0. Windows color (decimal): -3282099 or 5106637. OLE color: 5106637.

HSL color Cylindrical-coordinate representation of color #CDEB4D: hue angle of 71.39º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CDEB4D is Cyan = 0.13, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.08.

Color convert

RGB20523577-
CMYK0.1300.670.08
HSL71.39º79.8%61.18%-
HSV(B)71.39º67.23%92.16%-
XYZ56.2272.9318.14-
YUV208.0254.06125.85-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.65%
GREEN value IS 235 (92.19% from 255) = 45.45%
BLUE value IS 77 (30.47% from 255) = 14.89%
R=39.65%
G=45.45%
B=14.89%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal205235770.1300.670.0871.3979.861.18
HexCDEB4DD043847503d
Octal3153531151501031010712075
Binary11001101111010111001101110101000011100010001111010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEB4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEB4D; }

 p { color: rgb(205,235,77); }

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

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

 a { background-color: rgb(205,235,77); }

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

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

 span { border-color: rgb(205,235,77); }

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