#C1DF3B

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

Shades of Las Palmas #C1DF3B

Tints of Las Palmas #C1DF3B

Color information

#C1DF3B (or 0xC1DF3B) is unknown color: approx Las Palmas. HEX triplet: C1, DF and 3B. RGB value is (193,223,59). Sum of RGB (Red+Green+Blue) = 193+223+59=475 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.63% from 475); Green value is 223 (87.5% from 255 or 46.95% from 475); Blue value is 59 (23.44% from 255 or 12.42% from 475); Max value from RGB is 223 - color contains mainly: green. Hex color #C1DF3B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1DF3B is #3E20C4. Grayscale: #C3C3C3. Windows color (decimal): -4071621 or 3923905. OLE color: 3923905.

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

Color convert

RGB19322359-
CMYK0.1300.740.13
HSL70.98º71.93%55.29%-
HSV(B)70.98º73.54%87.45%-
XYZ49.1764.4313.98-
YUV195.3351.06126.34-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.63%
GREEN value IS 223 (87.5% from 255) = 46.95%
BLUE value IS 59 (23.44% from 255) = 12.42%
R=40.63%
G=46.95%
B=12.42%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal193223590.1300.740.1370.9871.9355.29
HexC1DF3BD04AD474837
Octal301337731501121510711067
Binary1100000111011111111011110101001010110110001111001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1DF3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1DF3B; }

 p { color: rgb(193,223,59); }

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

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

 a { background-color: rgb(193,223,59); }

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

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

 span { border-color: rgb(193,223,59); }

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