Html Css Color HEX #C5DC4A Las Palmas

📋 copy color: '#C5DC4A'

red 197 ◦ green 220 ◦ blue 74

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

Shades of Las Palmas #C5DC4A

Tints of Las Palmas #C5DC4A

RGB

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

 GREEN value IS 220 (86.33% from 255) = 44.81%

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

R = 40.12%
G = 44.81%
B = 15.07%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#C5DC4A (or 0xC5DC4A) is known color: Las Palmas. HEX triplet: C5, DC and 4A. RGB value is (197,220,74). Sum of RGB (Red+Green+Blue) = 197+220+74=491 (65% of max value = 765). Red value is 197 (77.34% from 255 or 40.12% from 491); Green value is 220 (86.33% from 255 or 44.81% from 491); Blue value is 74 (29.30% from 255 or 15.07% from 491); Max value from RGB is 220 - color contains mainly: green. Hex color #C5DC4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5DC4A is #3A23B5. Grayscale: #C5C5C5. Windows color (decimal): -3810230 or 4906181. OLE color: 4906181.

HSL color Cylindrical-coordinate representation of color #C5DC4A: hue angle of 69.45º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C5DC4A is Cyan = 0.10, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.

Color convert

RGB 197 220 74 -
CMYK 0.10 0 0.66 0.14
HSL 69.45º 0.68% 0.58% -
HSV(B) 69.45º 0.66% 0.86% -
XYZ 49.86 63.55 16.12 -
YUV 196.48 58.88 128.37 -
System Red Green Blue C M Y K H S L
Decimal 197 220 74 0.10 0 0.66 0.14 69.45 0.68 0.58
Hex C5 DC 4A A 0 42 E 45 44 3A
Octal 305 334 112 12 0 102 16 105 104 72
Binary 11000101 11011100 1001010 1010 0 1000010 1110 1000101 1000100 111010

Color Harmonies of #C5DC4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5DC4A

Black with #C5DC4A

Text Example


Text Example

White with #C5DC4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5DC4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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