#CFDB4B

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

Shades of Las Palmas #CFDB4B

Tints of Las Palmas #CFDB4B

Color information

#CFDB4B (or 0xCFDB4B) is unknown color: approx Las Palmas. HEX triplet: CF, DB and 4B. RGB value is (207,219,75). Sum of RGB (Red+Green+Blue) = 207+219+75=501 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.32% from 501); Green value is 219 (85.94% from 255 or 43.71% from 501); Blue value is 75 (29.69% from 255 or 14.97% from 501); Max value from RGB is 219 - color contains mainly: green. Hex color #CFDB4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFDB4B is #3024B4. Grayscale: #C7C7C7. Windows color (decimal): -3155125 or 4971471. OLE color: 4971471.

HSL color Cylindrical-coordinate representation of color #CFDB4B: hue angle of 65º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CFDB4B is Cyan = 0.05, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.

Color convert

RGB20721975-
CMYK0.0500.660.14
HSL65º66.67%57.65%-
HSV(B)65º65.75%85.88%-
XYZ52.3364.4416.34-
YUV19958.02133.71-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.32%
GREEN value IS 219 (85.94% from 255) = 43.71%
BLUE value IS 75 (29.69% from 255) = 14.97%
R=41.32%
G=43.71%
B=14.97%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal207219750.0500.660.146566.6757.65
HexCFDB4B5042E41433a
Octal317333113501021610110372
Binary1100111111011011100101110101000010111010000011000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDB4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDB4B; }

 p { color: rgb(207,219,75); }

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

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

 a { background-color: rgb(207,219,75); }

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

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

 span { border-color: rgb(207,219,75); }

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