#C9F04B

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

Shades of Las Palmas #C9F04B

Tints of Las Palmas #C9F04B

Color information

#C9F04B (or 0xC9F04B) is unknown color: approx Las Palmas. HEX triplet: C9, F0 and 4B. RGB value is (201,240,75). Sum of RGB (Red+Green+Blue) = 201+240+75=516 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.95% from 516); Green value is 240 (94.14% from 255 or 46.51% from 516); Blue value is 75 (29.69% from 255 or 14.53% from 516); Max value from RGB is 240 - color contains mainly: green. Hex color #C9F04B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C9F04B is #360FB4. Grayscale: #D2D2D2. Windows color (decimal): -3542965 or 4976841. OLE color: 4976841.

HSL color Cylindrical-coordinate representation of color #C9F04B: hue angle of 74.18º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C9F04B is Cyan = 0.16, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.06.

Color convert

RGB20124075-
CMYK0.1600.690.06
HSL74.18º84.62%61.76%-
HSV(B)74.18º68.75%94.12%-
XYZ56.5275.2518.2-
YUV209.5352.08121.92-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.95%
GREEN value IS 240 (94.14% from 255) = 46.51%
BLUE value IS 75 (29.69% from 255) = 14.53%
R=38.95%
G=46.51%
B=14.53%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal201240750.1600.690.0674.1884.6261.76
HexC9F04B1004564a553e
Octal311360113200105611212576
Binary11001001111100001001011100000100010111010010101010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9F04B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9F04B; }

 p { color: rgb(201,240,75); }

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

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

 a { background-color: rgb(201,240,75); }

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

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

 span { border-color: rgb(201,240,75); }

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