#C8D83A

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

Shades of Las Palmas #C8D83A

Tints of Las Palmas #C8D83A

Color information

#C8D83A (or 0xC8D83A) is unknown color: approx Las Palmas. HEX triplet: C8, D8 and 3A. RGB value is (200,216,58). Sum of RGB (Red+Green+Blue) = 200+216+58=474 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.19% from 474); Green value is 216 (84.77% from 255 or 45.57% from 474); Blue value is 58 (23.05% from 255 or 12.24% from 474); Max value from RGB is 216 - color contains mainly: green. Hex color #C8D83A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8D83A is #3727C5. Grayscale: #C1C1C1. Windows color (decimal): -3614662 or 3856584. OLE color: 3856584.

HSL color Cylindrical-coordinate representation of color #C8D83A: hue angle of 66.08º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C8D83A is Cyan = 0.07, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.15.

Color convert

RGB20021658-
CMYK0.0700.730.15
HSL66.08º66.95%53.73%-
HSV(B)66.08º73.15%84.71%-
XYZ49.1461.713.32-
YUV193.251.7132.85-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.19%
GREEN value IS 216 (84.77% from 255) = 45.57%
BLUE value IS 58 (23.05% from 255) = 12.24%
R=42.19%
G=45.57%
B=12.24%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal200216580.0700.730.1566.0866.9553.73
HexC8D83A7049F424336
Octal31033072701111710210366
Binary110010001101100011101011101001001111110000101000011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8D83A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8D83A; }

 p { color: rgb(200,216,58); }

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

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

 a { background-color: rgb(200,216,58); }

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

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

 span { border-color: rgb(200,216,58); }

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