Html Css Color HEX #C5D14A Las Palmas

📋 copy color: '#C5D14A'

red 197 ◦ green 209 ◦ blue 74

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

Shades of Las Palmas #C5D14A

Tints of Las Palmas #C5D14A

RGB

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

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

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

R = 41.04%
G = 43.54%
B = 15.42%

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

#C5D14A (or 0xC5D14A) is known color: Las Palmas. HEX triplet: C5, D1 and 4A. RGB value is (197,209,74). Sum of RGB (Red+Green+Blue) = 197+209+74=480 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.04% from 480); Green value is 209 (82.03% from 255 or 43.54% from 480); Blue value is 74 (29.30% from 255 or 15.42% from 480); Max value from RGB is 209 - color contains mainly: green. Hex color #C5D14A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5D14A is #3A2EB5. Grayscale: #BEBEBE. Windows color (decimal): -3813046 or 4903365. OLE color: 4903365.

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

Color convert

RGB 197 209 74 -
CMYK 0.06 0 0.65 0.18
HSL 65.33º 0.59% 0.55% -
HSV(B) 65.33º 0.65% 0.82% -
XYZ 47.06 57.97 15.19 -
YUV 190.02 62.52 132.98 -
System Red Green Blue C M Y K H S L
Decimal 197 209 74 0.06 0 0.65 0.18 65.33 0.59 0.55
Hex C5 D1 4A 6 0 41 12 41 3B 37
Octal 305 321 112 6 0 101 22 101 73 67
Binary 11000101 11010001 1001010 110 0 1000001 10010 1000001 111011 110111

Color Harmonies of #C5D14A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D14A

Black with #C5D14A

Text Example


Text Example

White with #C5D14A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5D14A; }

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

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

background-color css

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

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

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

border-color css

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

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

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