Html Css Color HEX #C5DA4E Las Palmas

📋 copy color: '#C5DA4E'

red 197 ◦ green 218 ◦ blue 78

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

Shades of Las Palmas #C5DA4E

Tints of Las Palmas #C5DA4E

RGB

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

 GREEN value IS 218 (85.55% from 255) = 44.22%

 BLUE value IS 78 (30.86% from 255) = 15.82%

R = 39.96%
G = 44.22%
B = 15.82%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#C5DA4E (or 0xC5DA4E) is known color: Las Palmas. HEX triplet: C5, DA and 4E. RGB value is (197,218,78). Sum of RGB (Red+Green+Blue) = 197+218+78=493 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.96% from 493); Green value is 218 (85.55% from 255 or 44.22% from 493); Blue value is 78 (30.86% from 255 or 15.82% from 493); Max value from RGB is 218 - color contains mainly: green. Hex color #C5DA4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5DA4E is #3A25B1. Grayscale: #C4C4C4. Windows color (decimal): -3810738 or 5167813. OLE color: 5167813.

HSL color Cylindrical-coordinate representation of color #C5DA4E: hue angle of 69º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C5DA4E is Cyan = 0.10, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.

Color convert

RGB 197 218 78 -
CMYK 0.10 0 0.64 0.15
HSL 69º 0.65% 0.58% -
HSV(B) 69º 0.64% 0.85% -
XYZ 49.47 62.56 16.68 -
YUV 195.76 61.54 128.88 -
System Red Green Blue C M Y K H S L
Decimal 197 218 78 0.10 0 0.64 0.15 69 0.65 0.58
Hex C5 DA 4E A 0 40 F 45 41 3A
Octal 305 332 116 12 0 100 17 105 101 72
Binary 11000101 11011010 1001110 1010 0 1000000 1111 1000101 1000001 111010

Color Harmonies of #C5DA4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5DA4E

Black with #C5DA4E

Text Example


Text Example

White with #C5DA4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5DA4E; }

 p { color: rgb(197,218,78); }

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

background-color css

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

 a { background-color: rgb(197,218,78); }

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

border-color css

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

 span { border-color: rgb(197,218,78); }

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