#CDE94E

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

Shades of Las Palmas #CDE94E

Tints of Las Palmas #CDE94E

Color information

#CDE94E (or 0xCDE94E) is unknown color: approx Las Palmas. HEX triplet: CD, E9 and 4E. RGB value is (205,233,78). Sum of RGB (Red+Green+Blue) = 205+233+78=516 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.73% from 516); Green value is 233 (91.41% from 255 or 45.16% from 516); Blue value is 78 (30.86% from 255 or 15.12% from 516); Max value from RGB is 233 - color contains mainly: green. Hex color #CDE94E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDE94E is #3216B1. Grayscale: #CFCFCF. Windows color (decimal): -3282610 or 5171661. OLE color: 5171661.

HSL color Cylindrical-coordinate representation of color #CDE94E: hue angle of 70.84º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CDE94E is Cyan = 0.12, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.09.

Color convert

RGB20523378-
CMYK0.1200.670.09
HSL70.84º77.89%60.98%-
HSV(B)70.84º66.52%91.37%-
XYZ55.6971.8118.13-
YUV206.9655.22126.6-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.73%
GREEN value IS 233 (91.41% from 255) = 45.16%
BLUE value IS 78 (30.86% from 255) = 15.12%
R=39.73%
G=45.16%
B=15.12%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal205233780.1200.670.0970.8477.8960.98
HexCDE94EC0439474e3d
Octal3153511161401031110711675
Binary11001101111010011001110110001000011100110001111001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE94E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE94E; }

 p { color: rgb(205,233,78); }

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

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

 a { background-color: rgb(205,233,78); }

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

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

 span { border-color: rgb(205,233,78); }

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