#CBE13D

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

Shades of Las Palmas #CBE13D

Tints of Las Palmas #CBE13D

Color information

#CBE13D (or 0xCBE13D) is unknown color: approx Las Palmas. HEX triplet: CB, E1 and 3D. RGB value is (203,225,61). Sum of RGB (Red+Green+Blue) = 203+225+61=489 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.51% from 489); Green value is 225 (88.28% from 255 or 46.01% from 489); Blue value is 61 (24.22% from 255 or 12.47% from 489); Max value from RGB is 225 - color contains mainly: green. Hex color #CBE13D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBE13D is #341EC2. Grayscale: #C8C8C8. Windows color (decimal): -3415747 or 4055499. OLE color: 4055499.

HSL color Cylindrical-coordinate representation of color #CBE13D: hue angle of 68.05º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CBE13D is Cyan = 0.10, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.12.

Color convert

RGB20322561-
CMYK0.1000.730.12
HSL68.05º73.21%56.08%-
HSV(B)68.05º72.89%88.24%-
XYZ52.466.8814.56-
YUV199.7349.71130.34-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.51%
GREEN value IS 225 (88.28% from 255) = 46.01%
BLUE value IS 61 (24.22% from 255) = 12.47%
R=41.51%
G=46.01%
B=12.47%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal203225610.1000.730.1268.0573.2156.08
HexCBE13DA049C444938
Octal313341751201111410411170
Binary1100101111100001111101101001001001110010001001001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE13D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE13D; }

 p { color: rgb(203,225,61); }

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

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

 a { background-color: rgb(203,225,61); }

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

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

 span { border-color: rgb(203,225,61); }

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