Html Css Color HEX #C9DD50 Las Palmas

📋 copy color: '#C9DD50'

red 201 ◦ green 221 ◦ blue 80

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

Shades of Las Palmas #C9DD50

Tints of Las Palmas #C9DD50

RGB

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

 GREEN value IS 221 (86.72% from 255) = 44.02%

 BLUE value IS 80 (31.64% from 255) = 15.94%

R = 40.04%
G = 44.02%
B = 15.94%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#C9DD50 (or 0xC9DD50) is known color: Las Palmas. HEX triplet: C9, DD and 50. RGB value is (201,221,80). Sum of RGB (Red+Green+Blue) = 201+221+80=502 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.04% from 502); Green value is 221 (86.72% from 255 or 44.02% from 502); Blue value is 80 (31.64% from 255 or 15.94% from 502); Max value from RGB is 221 - color contains mainly: green. Hex color #C9DD50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9DD50 is #3622AF. Grayscale: #C7C7C7. Windows color (decimal): -3547824 or 5299657. OLE color: 5299657.

HSL color Cylindrical-coordinate representation of color #C9DD50: hue angle of 68.51º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C9DD50 is Cyan = 0.09, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.

Color convert

RGB 201 221 80 -
CMYK 0.09 0 0.64 0.13
HSL 68.51º 0.67% 0.59% -
HSV(B) 68.51º 0.64% 0.87% -
XYZ 51.39 64.71 17.37 -
YUV 198.95 60.87 129.46 -
System Red Green Blue C M Y K H S L
Decimal 201 221 80 0.09 0 0.64 0.13 68.51 0.67 0.59
Hex C9 DD 50 9 0 40 D 45 43 3B
Octal 311 335 120 11 0 100 15 105 103 73
Binary 11001001 11011101 1010000 1001 0 1000000 1101 1000101 1000011 111011

Color Harmonies of #C9DD50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9DD50

Black with #C9DD50

Text Example


Text Example

White with #C9DD50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9DD50; }

 p { color: rgb(201,221,80); }

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

background-color css

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

 a { background-color: rgb(201,221,80); }

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

border-color css

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

 span { border-color: rgb(201,221,80); }

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