#C8D732

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

Shades of Las Palmas #C8D732

Tints of Las Palmas #C8D732

Color information

#C8D732 (or 0xC8D732) is unknown color: approx Las Palmas. HEX triplet: C8, D7 and 32. RGB value is (200,215,50). Sum of RGB (Red+Green+Blue) = 200+215+50=465 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.01% from 465); Green value is 215 (84.38% from 255 or 46.24% from 465); Blue value is 50 (19.92% from 255 or 10.75% from 465); Max value from RGB is 215 - color contains mainly: green. Hex color #C8D732 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8D732 is #3728CD. Grayscale: #C0C0C0. Windows color (decimal): -3614926 or 3332040. OLE color: 3332040.

HSL color Cylindrical-coordinate representation of color #C8D732: hue angle of 65.45º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C8D732 is Cyan = 0.07, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB20021550-
CMYK0.0700.770.16
HSL65.45º67.35%51.96%-
HSV(B)65.45º76.74%84.31%-
XYZ48.761.1112.25-
YUV191.748.03133.92-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.01%
GREEN value IS 215 (84.38% from 255) = 46.24%
BLUE value IS 50 (19.92% from 255) = 10.75%
R=43.01%
G=46.24%
B=10.75%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal200215500.0700.770.1665.4567.3551.96
HexC8D732704D10414334
Octal31032762701152010110364
Binary1100100011010111110010111010011011000010000011000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8D732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8D732; }

 p { color: rgb(200,215,50); }

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

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

 a { background-color: rgb(200,215,50); }

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

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

 span { border-color: rgb(200,215,50); }

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