Html Css Color HEX #C6D249 Las Palmas

📋 copy color: '#C6D249'

red 198 ◦ green 210 ◦ blue 73

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

Shades of Las Palmas #C6D249

Tints of Las Palmas #C6D249

RGB

 RED value IS 198 (77.73% from 255) = 41.16%

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

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

R = 41.16%
G = 43.66%
B = 15.18%

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

#C6D249 (or 0xC6D249) is known color: Las Palmas. HEX triplet: C6, D2 and 49. RGB value is (198,210,73). Sum of RGB (Red+Green+Blue) = 198+210+73=481 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.16% from 481); Green value is 210 (82.42% from 255 or 43.66% from 481); Blue value is 73 (28.91% from 255 or 15.18% from 481); Max value from RGB is 210 - color contains mainly: green. Hex color #C6D249 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6D249 is #392DB6. Grayscale: #BFBFBF. Windows color (decimal): -3747255 or 4838086. OLE color: 4838086.

HSL color Cylindrical-coordinate representation of color #C6D249: hue angle of 65.26º 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 #C6D249 is Cyan = 0.06, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB 198 210 73 -
CMYK 0.06 0 0.65 0.18
HSL 65.26º 0.6% 0.55% -
HSV(B) 65.26º 0.65% 0.82% -
XYZ 47.54 58.58 15.1 -
YUV 190.79 61.52 133.14 -
System Red Green Blue C M Y K H S L
Decimal 198 210 73 0.06 0 0.65 0.18 65.26 0.6 0.55
Hex C6 D2 49 6 0 41 12 41 3C 37
Octal 306 322 111 6 0 101 22 101 74 67
Binary 11000110 11010010 1001001 110 0 1000001 10010 1000001 111100 110111

Color Harmonies of #C6D249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6D249

Black with #C6D249

Text Example


Text Example

White with #C6D249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6D249; }

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

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

background-color css

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

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

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

border-color css

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

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

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