#C8F249

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

Shades of Las Palmas #C8F249

Tints of Las Palmas #C8F249

Color information

#C8F249 (or 0xC8F249) is unknown color: approx Las Palmas. HEX triplet: C8, F2 and 49. RGB value is (200,242,73). Sum of RGB (Red+Green+Blue) = 200+242+73=515 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.83% from 515); Green value is 242 (94.92% from 255 or 46.99% from 515); Blue value is 73 (28.91% from 255 or 14.17% from 515); Max value from RGB is 242 - color contains mainly: green. Hex color #C8F249 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C8F249 is #370DB6. Grayscale: #D2D2D2. Windows color (decimal): -3607991 or 4846280. OLE color: 4846280.

HSL color Cylindrical-coordinate representation of color #C8F249: hue angle of 74.91º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C8F249 is Cyan = 0.17, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB20024273-
CMYK0.1700.700.05
HSL74.91º86.67%61.76%-
HSV(B)74.91º69.83%94.9%-
XYZ56.7776.2618.03-
YUV210.1850.59120.74-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.83%
GREEN value IS 242 (94.92% from 255) = 46.99%
BLUE value IS 73 (28.91% from 255) = 14.17%
R=38.83%
G=46.99%
B=14.17%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal200242730.1700.700.0574.9186.6761.76
HexC8F2491104654b573e
Octal310362111210106511312776
Binary11001000111100101001001100010100011010110010111010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8F249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8F249; }

 p { color: rgb(200,242,73); }

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

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

 a { background-color: rgb(200,242,73); }

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

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

 span { border-color: rgb(200,242,73); }

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