Html Css Color HEX #C5CF41 Las Palmas

📋 copy color: '#C5CF41'

red 197 ◦ green 207 ◦ blue 65

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

Shades of Las Palmas #C5CF41

Tints of Las Palmas #C5CF41

RGB

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

 GREEN value IS 207 (81.25% from 255) = 44.14%

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

R = 42%
G = 44.14%
B = 13.86%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#C5CF41 (or 0xC5CF41) is known color: Las Palmas. HEX triplet: C5, CF and 41. RGB value is (197,207,65). Sum of RGB (Red+Green+Blue) = 197+207+65=469 (62% of max value = 765). Red value is 197 (77.34% from 255 or 42.00% from 469); Green value is 207 (81.25% from 255 or 44.14% from 469); Blue value is 65 (25.78% from 255 or 13.86% from 469); Max value from RGB is 207 - color contains mainly: green. Hex color #C5CF41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5CF41 is #3A30BE. Grayscale: #BCBCBC. Windows color (decimal): -3813567 or 4313029. OLE color: 4313029.

HSL color Cylindrical-coordinate representation of color #C5CF41: hue angle of 64.23º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C5CF41 is Cyan = 0.05, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.

Color convert

RGB 197 207 65 -
CMYK 0.05 0 0.69 0.19
HSL 64.23º 0.6% 0.53% -
HSV(B) 64.23º 0.69% 0.81% -
XYZ 46.29 56.88 13.54 -
YUV 187.82 58.69 134.55 -
System Red Green Blue C M Y K H S L
Decimal 197 207 65 0.05 0 0.69 0.19 64.23 0.6 0.53
Hex C5 CF 41 5 0 45 13 40 3C 35
Octal 305 317 101 5 0 105 23 100 74 65
Binary 11000101 11001111 1000001 101 0 1000101 10011 1000000 111100 110101

Color Harmonies of #C5CF41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5CF41

Black with #C5CF41

Text Example


Text Example

White with #C5CF41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5CF41; }

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

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

background-color css

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

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

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

border-color css

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

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

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