#C8DD44

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

Shades of Las Palmas #C8DD44

Tints of Las Palmas #C8DD44

Color information

#C8DD44 (or 0xC8DD44) is unknown color: approx Las Palmas. HEX triplet: C8, DD and 44. RGB value is (200,221,68). Sum of RGB (Red+Green+Blue) = 200+221+68=489 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.90% from 489); Green value is 221 (86.72% from 255 or 45.19% from 489); Blue value is 68 (26.95% from 255 or 13.91% from 489); Max value from RGB is 221 - color contains mainly: green. Hex color #C8DD44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8DD44 is #3722BB. Grayscale: #C5C5C5. Windows color (decimal): -3613372 or 4513224. OLE color: 4513224.

HSL color Cylindrical-coordinate representation of color #C8DD44: hue angle of 68.24º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C8DD44 is Cyan = 0.10, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.

Color convert

RGB20022168-
CMYK0.1000.690.13
HSL68.24º69.23%56.67%-
HSV(B)68.24º69.23%86.67%-
XYZ50.7264.4115.23-
YUV197.2855.04129.94-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.90%
GREEN value IS 221 (86.72% from 255) = 45.19%
BLUE value IS 68 (26.95% from 255) = 13.91%
R=40.90%
G=45.19%
B=13.91%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal200221680.1000.690.1368.2469.2356.67
HexC8DD44A045D444539
Octal3103351041201051510410571
Binary11001000110111011000100101001000101110110001001000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8DD44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8DD44; }

 p { color: rgb(200,221,68); }

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

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

 a { background-color: rgb(200,221,68); }

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

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

 span { border-color: rgb(200,221,68); }

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