Html Css Color HEX #C9DA4C Las Palmas

📋 copy color: '#C9DA4C'

red 201 ◦ green 218 ◦ blue 76

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

Shades of Las Palmas #C9DA4C

Tints of Las Palmas #C9DA4C

RGB

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

 GREEN value IS 218 (85.55% from 255) = 44.04%

 BLUE value IS 76 (30.08% from 255) = 15.35%

R = 40.61%
G = 44.04%
B = 15.35%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#C9DA4C (or 0xC9DA4C) is known color: Las Palmas. HEX triplet: C9, DA and 4C. RGB value is (201,218,76). Sum of RGB (Red+Green+Blue) = 201+218+76=495 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.61% from 495); Green value is 218 (85.55% from 255 or 44.04% from 495); Blue value is 76 (30.08% from 255 or 15.35% from 495); Max value from RGB is 218 - color contains mainly: green. Hex color #C9DA4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9DA4C is #3625B3. Grayscale: #C5C5C5. Windows color (decimal): -3548596 or 5036745. OLE color: 5036745.

HSL color Cylindrical-coordinate representation of color #C9DA4C: hue angle of 67.18º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C9DA4C is Cyan = 0.08, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB 201 218 76 -
CMYK 0.08 0 0.65 0.15
HSL 67.18º 0.66% 0.58% -
HSV(B) 67.18º 0.65% 0.85% -
XYZ 50.46 63.08 16.35 -
YUV 196.73 59.87 131.05 -
System Red Green Blue C M Y K H S L
Decimal 201 218 76 0.08 0 0.65 0.15 67.18 0.66 0.58
Hex C9 DA 4C 8 0 41 F 43 42 3A
Octal 311 332 114 10 0 101 17 103 102 72
Binary 11001001 11011010 1001100 1000 0 1000001 1111 1000011 1000010 111010

Color Harmonies of #C9DA4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9DA4C

Black with #C9DA4C

Text Example


Text Example

White with #C9DA4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9DA4C; }

 p { color: rgb(201,218,76); }

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

background-color css

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

 a { background-color: rgb(201,218,76); }

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

border-color css

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

 span { border-color: rgb(201,218,76); }

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