Html Css Color HEX #C5D13F Las Palmas

📋 copy color: '#C5D13F'

red 197 ◦ green 209 ◦ blue 63

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

Shades of Las Palmas #C5D13F

Tints of Las Palmas #C5D13F

RGB

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

 GREEN value IS 209 (82.03% from 255) = 44.56%

 BLUE value IS 63 (25% from 255) = 13.43%

R = 42%
G = 44.56%
B = 13.43%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#C5D13F (or 0xC5D13F) is known color: Las Palmas. HEX triplet: C5, D1 and 3F. RGB value is (197,209,63). Sum of RGB (Red+Green+Blue) = 197+209+63=469 (62% of max value = 765). Red value is 197 (77.34% from 255 or 42.00% from 469); Green value is 209 (82.03% from 255 or 44.56% from 469); Blue value is 63 (25% from 255 or 13.43% from 469); Max value from RGB is 209 - color contains mainly: green. Hex color #C5D13F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5D13F is #3A2EC0. Grayscale: #BDBDBD. Windows color (decimal): -3813057 or 4182469. OLE color: 4182469.

HSL color Cylindrical-coordinate representation of color #C5D13F: hue angle of 64.93º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C5D13F is Cyan = 0.06, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB 197 209 63 -
CMYK 0.06 0 0.70 0.18
HSL 64.93º 0.61% 0.53% -
HSV(B) 64.93º 0.7% 0.82% -
XYZ 46.72 57.83 13.4 -
YUV 188.77 57.02 133.87 -
System Red Green Blue C M Y K H S L
Decimal 197 209 63 0.06 0 0.70 0.18 64.93 0.61 0.53
Hex C5 D1 3F 6 0 46 12 41 3D 35
Octal 305 321 77 6 0 106 22 101 75 65
Binary 11000101 11010001 111111 110 0 1000110 10010 1000001 111101 110101

Color Harmonies of #C5D13F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D13F

Black with #C5D13F

Text Example


Text Example

White with #C5D13F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5D13F; }

 p { color: rgb(197,209,63); }

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

background-color css

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

 a { background-color: rgb(197,209,63); }

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

border-color css

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

 span { border-color: rgb(197,209,63); }

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