#CFDD40

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

Shades of Las Palmas #CFDD40

Tints of Las Palmas #CFDD40

Color information

#CFDD40 (or 0xCFDD40) is unknown color: approx Las Palmas. HEX triplet: CF, DD and 40. RGB value is (207,221,64). Sum of RGB (Red+Green+Blue) = 207+221+64=492 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.07% from 492); Green value is 221 (86.72% from 255 or 44.92% from 492); Blue value is 64 (25.39% from 255 or 13.01% from 492); Max value from RGB is 221 - color contains mainly: green. Hex color #CFDD40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFDD40 is #3022BF. Grayscale: #C7C7C7. Windows color (decimal): -3154624 or 4251087. OLE color: 4251087.

HSL color Cylindrical-coordinate representation of color #CFDD40: hue angle of 65.35º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CFDD40 is Cyan = 0.06, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.

Color convert

RGB20722164-
CMYK0.0600.710.13
HSL65.35º69.78%55.88%-
HSV(B)65.35º71.04%86.67%-
XYZ52.5165.3514.7-
YUV198.9251.86133.77-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 42.07%
GREEN value IS 221 (86.72% from 255) = 44.92%
BLUE value IS 64 (25.39% from 255) = 13.01%
R=42.07%
G=44.92%
B=13.01%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal207221640.0600.710.1365.3569.7855.88
HexCFDD406047D414638
Octal317335100601071510110670
Binary1100111111011101100000011001000111110110000011000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDD40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDD40; }

 p { color: rgb(207,221,64); }

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

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

 a { background-color: rgb(207,221,64); }

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

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

 span { border-color: rgb(207,221,64); }

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