Html Css Color HEX #C5DA41 Las Palmas

📋 copy color: '#C5DA41'

red 197 ◦ green 218 ◦ blue 65

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

Shades of Las Palmas #C5DA41

Tints of Las Palmas #C5DA41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 13.54%

R = 41.04%
G = 45.42%
B = 13.54%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#C5DA41 (or 0xC5DA41) is known color: Las Palmas. HEX triplet: C5, DA and 41. RGB value is (197,218,65). Sum of RGB (Red+Green+Blue) = 197+218+65=480 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.04% from 480); Green value is 218 (85.55% from 255 or 45.42% from 480); Blue value is 65 (25.78% from 255 or 13.54% from 480); Max value from RGB is 218 - color contains mainly: green. Hex color #C5DA41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5DA41 is #3A25BE. Grayscale: #C2C2C2. Windows color (decimal): -3810751 or 4315845. OLE color: 4315845.

HSL color Cylindrical-coordinate representation of color #C5DA41: hue angle of 68.24º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C5DA41 is Cyan = 0.10, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.

Color convert

RGB 197 218 65 -
CMYK 0.10 0 0.70 0.15
HSL 68.24º 0.67% 0.55% -
HSV(B) 68.24º 0.7% 0.85% -
XYZ 49.05 62.39 14.46 -
YUV 194.28 55.04 129.94 -
System Red Green Blue C M Y K H S L
Decimal 197 218 65 0.10 0 0.70 0.15 68.24 0.67 0.55
Hex C5 DA 41 A 0 46 F 44 43 37
Octal 305 332 101 12 0 106 17 104 103 67
Binary 11000101 11011010 1000001 1010 0 1000110 1111 1000100 1000011 110111

Color Harmonies of #C5DA41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5DA41

Black with #C5DA41

Text Example


Text Example

White with #C5DA41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5DA41; }

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

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

background-color css

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

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

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

border-color css

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

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

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