Html Css Color HEX #C5D249 Las Palmas

📋 copy color: '#C5D249'

red 197 ◦ green 210 ◦ blue 73

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

Shades of Las Palmas #C5D249

Tints of Las Palmas #C5D249

RGB

 RED value IS 197 (77.34% from 255) = 41.04%

 GREEN value IS 210 (82.42% from 255) = 43.75%

 BLUE value IS 73 (28.91% from 255) = 15.21%

R = 41.04%
G = 43.75%
B = 15.21%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#C5D249 (or 0xC5D249) is known color: Las Palmas. HEX triplet: C5, D2 and 49. RGB value is (197,210,73). Sum of RGB (Red+Green+Blue) = 197+210+73=480 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.04% from 480); Green value is 210 (82.42% from 255 or 43.75% from 480); Blue value is 73 (28.91% from 255 or 15.21% from 480); Max value from RGB is 210 - color contains mainly: green. Hex color #C5D249 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5D249 is #3A2DB6. Grayscale: #BFBFBF. Windows color (decimal): -3812791 or 4838085. OLE color: 4838085.

HSL color Cylindrical-coordinate representation of color #C5D249: hue angle of 65.69º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C5D249 is Cyan = 0.06, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB 197 210 73 -
CMYK 0.06 0 0.65 0.18
HSL 65.69º 0.6% 0.55% -
HSV(B) 65.69º 0.65% 0.82% -
XYZ 47.28 58.44 15.09 -
YUV 190.5 61.69 132.64 -
System Red Green Blue C M Y K H S L
Decimal 197 210 73 0.06 0 0.65 0.18 65.69 0.6 0.55
Hex C5 D2 49 6 0 41 12 42 3C 37
Octal 305 322 111 6 0 101 22 102 74 67
Binary 11000101 11010010 1001001 110 0 1000001 10010 1000010 111100 110111

Color Harmonies of #C5D249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D249

Black with #C5D249

Text Example


Text Example

White with #C5D249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5D249; }

 p { color: rgb(197,210,73); }

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

background-color css

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

 a { background-color: rgb(197,210,73); }

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

border-color css

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

 span { border-color: rgb(197,210,73); }

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