Html Css Color HEX #C5CD41 Las Palmas

📋 copy color: '#C5CD41'

red 197 ◦ green 205 ◦ blue 65

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

Shades of Las Palmas #C5CD41

Tints of Las Palmas #C5CD41

RGB

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

 GREEN value IS 205 (80.47% from 255) = 43.9%

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

R = 42.18%
G = 43.9%
B = 13.92%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#C5CD41 (or 0xC5CD41) is known color: Las Palmas. HEX triplet: C5, CD and 41. RGB value is (197,205,65). Sum of RGB (Red+Green+Blue) = 197+205+65=467 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.18% from 467); Green value is 205 (80.47% from 255 or 43.90% from 467); Blue value is 65 (25.78% from 255 or 13.92% from 467); Max value from RGB is 205 - color contains mainly: green. Hex color #C5CD41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5CD41 is #3A32BE. Grayscale: #BBBBBB. Windows color (decimal): -3814079 or 4312517. OLE color: 4312517.

HSL color Cylindrical-coordinate representation of color #C5CD41: hue angle of 63.43º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C5CD41 is Cyan = 0.04, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.20.

Color convert

RGB 197 205 65 -
CMYK 0.04 0 0.68 0.20
HSL 63.43º 0.58% 0.53% -
HSV(B) 63.43º 0.68% 0.8% -
XYZ 45.81 55.91 13.38 -
YUV 186.65 59.35 135.38 -
System Red Green Blue C M Y K H S L
Decimal 197 205 65 0.04 0 0.68 0.20 63.43 0.58 0.53
Hex C5 CD 41 4 0 44 14 3F 3A 35
Octal 305 315 101 4 0 104 24 77 72 65
Binary 11000101 11001101 1000001 100 0 1000100 10100 111111 111010 110101

Color Harmonies of #C5CD41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5CD41

Black with #C5CD41

Text Example


Text Example

White with #C5CD41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5CD41; }

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

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

background-color css

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

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

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

border-color css

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

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

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