Html Css Color HEX #C9DC32 Las Palmas

📋 copy color: '#C9DC32'

red 201 ◦ green 220 ◦ blue 50

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

Shades of Las Palmas #C9DC32

Tints of Las Palmas #C9DC32

RGB

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

 GREEN value IS 220 (86.33% from 255) = 46.71%

 BLUE value IS 50 (19.92% from 255) = 10.62%

R = 42.68%
G = 46.71%
B = 10.62%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#C9DC32 (or 0xC9DC32) is known color: Las Palmas. HEX triplet: C9, DC and 32. RGB value is (201,220,50). Sum of RGB (Red+Green+Blue) = 201+220+50=471 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.68% from 471); Green value is 220 (86.33% from 255 or 46.71% from 471); Blue value is 50 (19.92% from 255 or 10.62% from 471); Max value from RGB is 220 - color contains mainly: green. Hex color #C9DC32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9DC32 is #3623CD. Grayscale: #C3C3C3. Windows color (decimal): -3548110 or 3333321. OLE color: 3333321.

HSL color Cylindrical-coordinate representation of color #C9DC32: hue angle of 66.71º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C9DC32 is Cyan = 0.09, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.14.

Color convert

RGB 201 220 50 -
CMYK 0.09 0 0.77 0.14
HSL 66.71º 0.71% 0.53% -
HSV(B) 66.71º 0.77% 0.86% -
XYZ 50.26 63.83 12.69 -
YUV 194.94 46.21 132.32 -
System Red Green Blue C M Y K H S L
Decimal 201 220 50 0.09 0 0.77 0.14 66.71 0.71 0.53
Hex C9 DC 32 9 0 4D E 43 47 35
Octal 311 334 62 11 0 115 16 103 107 65
Binary 11001001 11011100 110010 1001 0 1001101 1110 1000011 1000111 110101

Color Harmonies of #C9DC32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9DC32

Black with #C9DC32

Text Example


Text Example

White with #C9DC32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9DC32; }

 p { color: rgb(201,220,50); }

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

background-color css

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

 a { background-color: rgb(201,220,50); }

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

border-color css

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

 span { border-color: rgb(201,220,50); }

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