#CBDD46

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

Shades of Las Palmas #CBDD46

Tints of Las Palmas #CBDD46

Color information

#CBDD46 (or 0xCBDD46) is unknown color: approx Las Palmas. HEX triplet: CB, DD and 46. RGB value is (203,221,70). Sum of RGB (Red+Green+Blue) = 203+221+70=494 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.09% from 494); Green value is 221 (86.72% from 255 or 44.74% from 494); Blue value is 70 (27.73% from 255 or 14.17% from 494); Max value from RGB is 221 - color contains mainly: green. Hex color #CBDD46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBDD46 is #3422B9. Grayscale: #C6C6C6. Windows color (decimal): -3416762 or 4644299. OLE color: 4644299.

HSL color Cylindrical-coordinate representation of color #CBDD46: hue angle of 67.15º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CBDD46 is Cyan = 0.08, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.

Color convert

RGB20322170-
CMYK0.0800.680.13
HSL67.15º68.95%57.06%-
HSV(B)67.15º68.33%86.67%-
XYZ51.5964.8515.59-
YUV198.455.54131.28-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.09%
GREEN value IS 221 (86.72% from 255) = 44.74%
BLUE value IS 70 (27.73% from 255) = 14.17%
R=41.09%
G=44.74%
B=14.17%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal203221700.0800.680.1367.1568.9557.06
HexCBDD468044D434539
Octal3133351061001041510310571
Binary11001011110111011000110100001000100110110000111000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDD46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDD46; }

 p { color: rgb(203,221,70); }

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

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

 a { background-color: rgb(203,221,70); }

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

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

 span { border-color: rgb(203,221,70); }

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