#C3DB42

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

Shades of Las Palmas #C3DB42

Tints of Las Palmas #C3DB42

Color information

#C3DB42 (or 0xC3DB42) is unknown color: approx Las Palmas. HEX triplet: C3, DB and 42. RGB value is (195,219,66). Sum of RGB (Red+Green+Blue) = 195+219+66=480 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.62% from 480); Green value is 219 (85.94% from 255 or 45.62% from 480); Blue value is 66 (26.17% from 255 or 13.75% from 480); Max value from RGB is 219 - color contains mainly: green. Hex color #C3DB42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3DB42 is #3C24BD. Grayscale: #C2C2C2. Windows color (decimal): -3941566 or 4381635. OLE color: 4381635.

HSL color Cylindrical-coordinate representation of color #C3DB42: hue angle of 69.41º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C3DB42 is Cyan = 0.11, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.14.

Color convert

RGB19521966-
CMYK0.1100.700.14
HSL69.41º68%55.88%-
HSV(B)69.41º69.86%85.88%-
XYZ48.8262.6614.68-
YUV194.3855.55128.44-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.62%
GREEN value IS 219 (85.94% from 255) = 45.62%
BLUE value IS 66 (26.17% from 255) = 13.75%
R=40.62%
G=45.62%
B=13.75%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal195219660.1100.700.1469.416855.88
HexC3DB42B046E454438
Octal3033331021301061610510470
Binary11000011110110111000010101101000110111010001011000100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3DB42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3DB42; }

 p { color: rgb(195,219,66); }

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

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

 a { background-color: rgb(195,219,66); }

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

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

 span { border-color: rgb(195,219,66); }

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