Html Css Color HEX #C5D241 Las Palmas

📋 copy color: '#C5D241'

red 197 ◦ green 210 ◦ blue 65

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

Shades of Las Palmas #C5D241

Tints of Las Palmas #C5D241

RGB

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

 GREEN value IS 210 (82.42% from 255) = 44.49%

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

R = 41.74%
G = 44.49%
B = 13.77%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#C5D241 (or 0xC5D241) is known color: Las Palmas. HEX triplet: C5, D2 and 41. RGB value is (197,210,65). Sum of RGB (Red+Green+Blue) = 197+210+65=472 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.74% from 472); Green value is 210 (82.42% from 255 or 44.49% from 472); Blue value is 65 (25.78% from 255 or 13.77% from 472); Max value from RGB is 210 - color contains mainly: green. Hex color #C5D241 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5D241 is #3A2DBE. Grayscale: #BEBEBE. Windows color (decimal): -3812799 or 4313797. OLE color: 4313797.

HSL color Cylindrical-coordinate representation of color #C5D241: hue angle of 65.38º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C5D241 is Cyan = 0.06, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB 197 210 65 -
CMYK 0.06 0 0.69 0.18
HSL 65.38º 0.62% 0.54% -
HSV(B) 65.38º 0.69% 0.82% -
XYZ 47.03 58.35 13.78 -
YUV 189.58 57.69 133.29 -
System Red Green Blue C M Y K H S L
Decimal 197 210 65 0.06 0 0.69 0.18 65.38 0.62 0.54
Hex C5 D2 41 6 0 45 12 41 3E 36
Octal 305 322 101 6 0 105 22 101 76 66
Binary 11000101 11010010 1000001 110 0 1000101 10010 1000001 111110 110110

Color Harmonies of #C5D241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D241

Black with #C5D241

Text Example


Text Example

White with #C5D241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5D241; }

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

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

background-color css

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

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

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

border-color css

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

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

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