#C8D33B

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

Shades of Las Palmas #C8D33B

Tints of Las Palmas #C8D33B

Color information

#C8D33B (or 0xC8D33B) is unknown color: approx Las Palmas. HEX triplet: C8, D3 and 3B. RGB value is (200,211,59). Sum of RGB (Red+Green+Blue) = 200+211+59=470 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.55% from 470); Green value is 211 (82.81% from 255 or 44.89% from 470); Blue value is 59 (23.44% from 255 or 12.55% from 470); Max value from RGB is 211 - color contains mainly: green. Hex color #C8D33B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8D33B is #372CC4. Grayscale: #BEBEBE. Windows color (decimal): -3615941 or 3920840. OLE color: 3920840.

HSL color Cylindrical-coordinate representation of color #C8D33B: hue angle of 64.34º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C8D33B is Cyan = 0.05, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.17.

Color convert

RGB20021159-
CMYK0.0500.720.17
HSL64.34º63.33%52.94%-
HSV(B)64.34º72.04%82.75%-
XYZ47.959.1813.04-
YUV190.3853.86134.86-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.55%
GREEN value IS 211 (82.81% from 255) = 44.89%
BLUE value IS 59 (23.44% from 255) = 12.55%
R=42.55%
G=44.89%
B=12.55%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal200211590.0500.720.1764.3463.3352.94
HexC8D33B504811403f35
Octal3103237350110211007765
Binary110010001101001111101110101001000100011000000111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8D33B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8D33B; }

 p { color: rgb(200,211,59); }

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

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

 a { background-color: rgb(200,211,59); }

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

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

 span { border-color: rgb(200,211,59); }

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