#C4DA31

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

Shades of Las Palmas #C4DA31

Tints of Las Palmas #C4DA31

Color information

#C4DA31 (or 0xC4DA31) is unknown color: approx Las Palmas. HEX triplet: C4, DA and 31. RGB value is (196,218,49). Sum of RGB (Red+Green+Blue) = 196+218+49=463 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.33% from 463); Green value is 218 (85.55% from 255 or 47.08% from 463); Blue value is 49 (19.53% from 255 or 10.58% from 463); Max value from RGB is 218 - color contains mainly: green. Hex color #C4DA31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4DA31 is #3B25CE. Grayscale: #C0C0C0. Windows color (decimal): -3876303 or 3267268. OLE color: 3267268.

HSL color Cylindrical-coordinate representation of color #C4DA31: hue angle of 67.81º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C4DA31 is Cyan = 0.10, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.15.

Color convert

RGB19621849-
CMYK0.1000.780.15
HSL67.81º69.55%52.35%-
HSV(B)67.81º77.52%85.49%-
XYZ48.3962.112.34-
YUV192.1647.21130.74-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.33%
GREEN value IS 218 (85.55% from 255) = 47.08%
BLUE value IS 49 (19.53% from 255) = 10.58%
R=42.33%
G=47.08%
B=10.58%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal196218490.1000.780.1567.8169.5552.35
HexC4DA31A04EF444634
Octal304332611201161710410664
Binary1100010011011010110001101001001110111110001001000110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4DA31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4DA31; }

 p { color: rgb(196,218,49); }

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

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

 a { background-color: rgb(196,218,49); }

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

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

 span { border-color: rgb(196,218,49); }

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