#CFDC46

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

Shades of Las Palmas #CFDC46

Tints of Las Palmas #CFDC46

Color information

#CFDC46 (or 0xCFDC46) is unknown color: approx Las Palmas. HEX triplet: CF, DC and 46. RGB value is (207,220,70). Sum of RGB (Red+Green+Blue) = 207+220+70=497 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.65% from 497); Green value is 220 (86.33% from 255 or 44.27% from 497); Blue value is 70 (27.73% from 255 or 14.08% from 497); Max value from RGB is 220 - color contains mainly: green. Hex color #CFDC46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFDC46 is #3023B9. Grayscale: #C7C7C7. Windows color (decimal): -3154874 or 4644047. OLE color: 4644047.

HSL color Cylindrical-coordinate representation of color #CFDC46: hue angle of 65.2º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CFDC46 is Cyan = 0.06, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.

Color convert

RGB20722070-
CMYK0.0600.680.14
HSL65.2º68.18%56.86%-
HSV(B)65.2º68.18%86.27%-
XYZ52.4364.8915.56-
YUV199.0155.19133.7-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.65%
GREEN value IS 220 (86.33% from 255) = 44.27%
BLUE value IS 70 (27.73% from 255) = 14.08%
R=41.65%
G=44.27%
B=14.08%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal207220700.0600.680.1465.268.1856.86
HexCFDC466044E414439
Octal317334106601041610110471
Binary1100111111011100100011011001000100111010000011000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDC46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDC46; }

 p { color: rgb(207,220,70); }

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

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

 a { background-color: rgb(207,220,70); }

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

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

 span { border-color: rgb(207,220,70); }

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