#CDE746

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

Shades of Las Palmas #CDE746

Tints of Las Palmas #CDE746

Color information

#CDE746 (or 0xCDE746) is unknown color: approx Las Palmas. HEX triplet: CD, E7 and 46. RGB value is (205,231,70). Sum of RGB (Red+Green+Blue) = 205+231+70=506 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.51% from 506); Green value is 231 (90.62% from 255 or 45.65% from 506); Blue value is 70 (27.73% from 255 or 13.83% from 506); Max value from RGB is 231 - color contains mainly: green. Hex color #CDE746 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDE746 is #3218B9. Grayscale: #CDCDCD. Windows color (decimal): -3283130 or 4646861. OLE color: 4646861.

HSL color Cylindrical-coordinate representation of color #CDE746: hue angle of 69.69º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CDE746 is Cyan = 0.11, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.09.

Color convert

RGB20523170-
CMYK0.1100.700.09
HSL69.69º77.03%59.02%-
HSV(B)69.69º69.7%90.59%-
XYZ54.8670.5716.52-
YUV204.8751.89128.09-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.51%
GREEN value IS 231 (90.62% from 255) = 45.65%
BLUE value IS 70 (27.73% from 255) = 13.83%
R=40.51%
G=45.65%
B=13.83%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal205231700.1100.700.0969.6977.0359.02
HexCDE746B0469464d3b
Octal3153471061301061110611573
Binary11001101111001111000110101101000110100110001101001101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE746; }

 p { color: rgb(205,231,70); }

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

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

 a { background-color: rgb(205,231,70); }

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

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

 span { border-color: rgb(205,231,70); }

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