Html Css Color HEX #C6D14A Las Palmas

📋 copy color: '#C6D14A'

red 198 ◦ green 209 ◦ blue 74

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

Shades of Las Palmas #C6D14A

Tints of Las Palmas #C6D14A

RGB

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

 GREEN value IS 209 (82.03% from 255) = 43.45%

 BLUE value IS 74 (29.3% from 255) = 15.38%

R = 41.16%
G = 43.45%
B = 15.38%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#C6D14A (or 0xC6D14A) is known color: Las Palmas. HEX triplet: C6, D1 and 4A. RGB value is (198,209,74). Sum of RGB (Red+Green+Blue) = 198+209+74=481 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.16% from 481); Green value is 209 (82.03% from 255 or 43.45% from 481); Blue value is 74 (29.30% from 255 or 15.38% from 481); Max value from RGB is 209 - color contains mainly: green. Hex color #C6D14A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6D14A is #392EB5. Grayscale: #BEBEBE. Windows color (decimal): -3747510 or 4903366. OLE color: 4903366.

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

Color convert

RGB 198 209 74 -
CMYK 0.05 0 0.65 0.18
HSL 64.89º 0.59% 0.55% -
HSV(B) 64.89º 0.65% 0.82% -
XYZ 47.33 58.1 15.2 -
YUV 190.32 62.36 133.48 -
System Red Green Blue C M Y K H S L
Decimal 198 209 74 0.05 0 0.65 0.18 64.89 0.59 0.55
Hex C6 D1 4A 5 0 41 12 41 3B 37
Octal 306 321 112 5 0 101 22 101 73 67
Binary 11000110 11010001 1001010 101 0 1000001 10010 1000001 111011 110111

Color Harmonies of #C6D14A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6D14A

Black with #C6D14A

Text Example


Text Example

White with #C6D14A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6D14A; }

 p { color: rgb(198,209,74); }

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

background-color css

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

 a { background-color: rgb(198,209,74); }

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

border-color css

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

 span { border-color: rgb(198,209,74); }

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