#CDE74C

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

Shades of Las Palmas #CDE74C

Tints of Las Palmas #CDE74C

Color information

#CDE74C (or 0xCDE74C) is unknown color: approx Las Palmas. HEX triplet: CD, E7 and 4C. RGB value is (205,231,76). Sum of RGB (Red+Green+Blue) = 205+231+76=512 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.04% from 512); Green value is 231 (90.62% from 255 or 45.12% from 512); Blue value is 76 (30.08% from 255 or 14.84% from 512); Max value from RGB is 231 - color contains mainly: green. Hex color #CDE74C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDE74C is #3218B3. Grayscale: #CECECE. Windows color (decimal): -3283124 or 5040077. OLE color: 5040077.

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

Color convert

RGB20523176-
CMYK0.1100.670.09
HSL70.06º76.35%60.2%-
HSV(B)70.06º67.1%90.59%-
XYZ55.0670.6517.57-
YUV205.5654.89127.6-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.04%
GREEN value IS 231 (90.62% from 255) = 45.12%
BLUE value IS 76 (30.08% from 255) = 14.84%
R=40.04%
G=45.12%
B=14.84%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal205231760.1100.670.0970.0676.3560.2
HexCDE74CB0439464c3c
Octal3153471141301031110611474
Binary11001101111001111001100101101000011100110001101001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE74C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE74C; }

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

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

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

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

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

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

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

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