Html Css Color HEX #C9DB35 Las Palmas

📋 copy color: '#C9DB35'

red 201 ◦ green 219 ◦ blue 53

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

Shades of Las Palmas #C9DB35

Tints of Las Palmas #C9DB35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 11.21%

R = 42.49%
G = 46.3%
B = 11.21%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#C9DB35 (or 0xC9DB35) is known color: Las Palmas. HEX triplet: C9, DB and 35. RGB value is (201,219,53). Sum of RGB (Red+Green+Blue) = 201+219+53=473 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.49% from 473); Green value is 219 (85.94% from 255 or 46.30% from 473); Blue value is 53 (21.09% from 255 or 11.21% from 473); Max value from RGB is 219 - color contains mainly: green. Hex color #C9DB35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9DB35 is #3624CA. Grayscale: #C3C3C3. Windows color (decimal): -3548363 or 3529673. OLE color: 3529673.

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

Color convert

RGB 201 219 53 -
CMYK 0.08 0 0.76 0.14
HSL 66.51º 0.7% 0.53% -
HSV(B) 66.51º 0.76% 0.86% -
XYZ 50.06 63.34 12.96 -
YUV 194.69 48.04 132.5 -
System Red Green Blue C M Y K H S L
Decimal 201 219 53 0.08 0 0.76 0.14 66.51 0.7 0.53
Hex C9 DB 35 8 0 4C E 43 46 35
Octal 311 333 65 10 0 114 16 103 106 65
Binary 11001001 11011011 110101 1000 0 1001100 1110 1000011 1000110 110101

Color Harmonies of #C9DB35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9DB35

Black with #C9DB35

Text Example


Text Example

White with #C9DB35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9DB35; }

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

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

background-color css

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

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

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

border-color css

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

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

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