Html Css Color HEX #C9D13F Las Palmas

📋 copy color: '#C9D13F'

red 201 ◦ green 209 ◦ blue 63

#C9D13F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Las Palmas #C9D13F

Tints of Las Palmas #C9D13F

RGB

 RED value IS 201 (78.91% from 255) = 42.49%

 GREEN value IS 209 (82.03% from 255) = 44.19%

 BLUE value IS 63 (25% from 255) = 13.32%

R = 42.49%
G = 44.19%
B = 13.32%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#C9D13F (or 0xC9D13F) is known color: Las Palmas. HEX triplet: C9, D1 and 3F. RGB value is (201,209,63). Sum of RGB (Red+Green+Blue) = 201+209+63=473 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.49% from 473); Green value is 209 (82.03% from 255 or 44.19% from 473); Blue value is 63 (25% from 255 or 13.32% from 473); Max value from RGB is 209 - color contains mainly: green. Hex color #C9D13F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9D13F is #362EC0. Grayscale: #BEBEBE. Windows color (decimal): -3550913 or 4182473. OLE color: 4182473.

HSL color Cylindrical-coordinate representation of color #C9D13F: hue angle of 63.29º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C9D13F is Cyan = 0.04, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB 201 209 63 -
CMYK 0.04 0 0.70 0.18
HSL 63.29º 0.61% 0.53% -
HSV(B) 63.29º 0.7% 0.82% -
XYZ 47.79 58.38 13.45 -
YUV 189.96 56.35 135.87 -
System Red Green Blue C M Y K H S L
Decimal 201 209 63 0.04 0 0.70 0.18 63.29 0.61 0.53
Hex C9 D1 3F 4 0 46 12 3F 3D 35
Octal 311 321 77 4 0 106 22 77 75 65
Binary 11001001 11010001 111111 100 0 1000110 10010 111111 111101 110101

Color Harmonies of #C9D13F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9D13F

Black with #C9D13F

Text Example


Text Example

White with #C9D13F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9D13F; }

 p { color: rgb(201,209,63); }

 H1.HeaderClassName
 {
   color: #C9D13F;
 }
 .AnyTagClassName
 {
   color: #C9D13F;
 }
</style>

background-color css

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

 a { background-color: rgb(201,209,63); }

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

border-color css

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

 span { border-color: rgb(201,209,63); }

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