#CBE745

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

Shades of Las Palmas #CBE745

Tints of Las Palmas #CBE745

Color information

#CBE745 (or 0xCBE745) is unknown color: approx Las Palmas. HEX triplet: CB, E7 and 45. RGB value is (203,231,69). Sum of RGB (Red+Green+Blue) = 203+231+69=503 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.36% from 503); Green value is 231 (90.62% from 255 or 45.92% from 503); Blue value is 69 (27.34% from 255 or 13.72% from 503); Max value from RGB is 231 - color contains mainly: green. Hex color #CBE745 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBE745 is #3418BA. Grayscale: #CCCCCC. Windows color (decimal): -3414203 or 4581323. OLE color: 4581323.

HSL color Cylindrical-coordinate representation of color #CBE745: hue angle of 70.37º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CBE745 is Cyan = 0.12, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.09.

Color convert

RGB20323169-
CMYK0.1200.700.09
HSL70.37º77.14%58.82%-
HSV(B)70.37º70.13%90.59%-
XYZ54.2870.2816.33-
YUV204.1651.72127.17-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.36%
GREEN value IS 231 (90.62% from 255) = 45.92%
BLUE value IS 69 (27.34% from 255) = 13.72%
R=40.36%
G=45.92%
B=13.72%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal203231690.1200.700.0970.3777.1458.82
HexCBE745C0469464d3b
Octal3133471051401061110611573
Binary11001011111001111000101110001000110100110001101001101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE745; }

 p { color: rgb(203,231,69); }

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

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

 a { background-color: rgb(203,231,69); }

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

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

 span { border-color: rgb(203,231,69); }

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