Html Css Color HEX #C9DB45 Las Palmas

📋 copy color: '#C9DB45'

red 201 ◦ green 219 ◦ blue 69

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

Shades of Las Palmas #C9DB45

Tints of Las Palmas #C9DB45

RGB

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

 GREEN value IS 219 (85.94% from 255) = 44.79%

 BLUE value IS 69 (27.34% from 255) = 14.11%

R = 41.1%
G = 44.79%
B = 14.11%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#C9DB45 (or 0xC9DB45) is known color: Las Palmas. HEX triplet: C9, DB and 45. RGB value is (201,219,69). Sum of RGB (Red+Green+Blue) = 201+219+69=489 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.10% from 489); Green value is 219 (85.94% from 255 or 44.79% from 489); Blue value is 69 (27.34% from 255 or 14.11% from 489); Max value from RGB is 219 - color contains mainly: green. Hex color #C9DB45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9DB45 is #3624BA. Grayscale: #C5C5C5. Windows color (decimal): -3548347 or 4578249. OLE color: 4578249.

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

Color convert

RGB 201 219 69 -
CMYK 0.08 0 0.68 0.14
HSL 67.2º 0.68% 0.56% -
HSV(B) 67.2º 0.68% 0.86% -
XYZ 50.49 63.51 15.23 -
YUV 196.52 56.04 131.2 -
System Red Green Blue C M Y K H S L
Decimal 201 219 69 0.08 0 0.68 0.14 67.2 0.68 0.56
Hex C9 DB 45 8 0 44 E 43 44 38
Octal 311 333 105 10 0 104 16 103 104 70
Binary 11001001 11011011 1000101 1000 0 1000100 1110 1000011 1000100 111000

Color Harmonies of #C9DB45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9DB45

Black with #C9DB45

Text Example


Text Example

White with #C9DB45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9DB45; }

 p { color: rgb(201,219,69); }

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

background-color css

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

 a { background-color: rgb(201,219,69); }

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

border-color css

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

 span { border-color: rgb(201,219,69); }

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