#CBE13F

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

Shades of Las Palmas #CBE13F

Tints of Las Palmas #CBE13F

Color information

#CBE13F (or 0xCBE13F) is unknown color: approx Las Palmas. HEX triplet: CB, E1 and 3F. RGB value is (203,225,63). Sum of RGB (Red+Green+Blue) = 203+225+63=491 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.34% from 491); Green value is 225 (88.28% from 255 or 45.82% from 491); Blue value is 63 (25% from 255 or 12.83% from 491); Max value from RGB is 225 - color contains mainly: green. Hex color #CBE13F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBE13F is #341EC0. Grayscale: #C8C8C8. Windows color (decimal): -3415745 or 4186571. OLE color: 4186571.

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

Color convert

RGB20322563-
CMYK0.1000.720.12
HSL68.15º72.97%56.47%-
HSV(B)68.15º72%88.24%-
XYZ52.4566.9114.85-
YUV199.9550.71130.17-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.34%
GREEN value IS 225 (88.28% from 255) = 45.82%
BLUE value IS 63 (25% from 255) = 12.83%
R=41.34%
G=45.82%
B=12.83%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal203225630.1000.720.1268.1572.9756.47
HexCBE13FA048C444938
Octal313341771201101410411170
Binary1100101111100001111111101001001000110010001001001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE13F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE13F; }

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

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

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

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

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

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

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

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