#CFD94A

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

Shades of Las Palmas #CFD94A

Tints of Las Palmas #CFD94A

Color information

#CFD94A (or 0xCFD94A) is unknown color: approx Las Palmas. HEX triplet: CF, D9 and 4A. RGB value is (207,217,74). Sum of RGB (Red+Green+Blue) = 207+217+74=498 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.57% from 498); Green value is 217 (85.16% from 255 or 43.57% from 498); Blue value is 74 (29.30% from 255 or 14.86% from 498); Max value from RGB is 217 - color contains mainly: green. Hex color #CFD94A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD94A is #3026B5. Grayscale: #C6C6C6. Windows color (decimal): -3155638 or 4905423. OLE color: 4905423.

HSL color Cylindrical-coordinate representation of color #CFD94A: hue angle of 64.2º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CFD94A is Cyan = 0.05, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB20721774-
CMYK0.0500.660.15
HSL64.2º65.3%57.06%-
HSV(B)64.2º65.9%85.1%-
XYZ51.7863.3915.98-
YUV197.7158.19134.63-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.57%
GREEN value IS 217 (85.16% from 255) = 43.57%
BLUE value IS 74 (29.30% from 255) = 14.86%
R=41.57%
G=43.57%
B=14.86%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal207217740.0500.660.1564.265.357.06
HexCFD94A5042F404139
Octal317331112501021710010171
Binary1100111111011001100101010101000010111110000001000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD94A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD94A; }

 p { color: rgb(207,217,74); }

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

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

 a { background-color: rgb(207,217,74); }

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

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

 span { border-color: rgb(207,217,74); }

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