Html Css Color HEX #C5D348 Las Palmas

📋 copy color: '#C5D348'

red 197 ◦ green 211 ◦ blue 72

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

Shades of Las Palmas #C5D348

Tints of Las Palmas #C5D348

RGB

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

 GREEN value IS 211 (82.81% from 255) = 43.96%

 BLUE value IS 72 (28.52% from 255) = 15%

R = 41.04%
G = 43.96%
B = 15%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.66

 K value IS 0.17

RGB Variations

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

Color information

#C5D348 (or 0xC5D348) is known color: Las Palmas. HEX triplet: C5, D3 and 48. RGB value is (197,211,72). Sum of RGB (Red+Green+Blue) = 197+211+72=480 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.04% from 480); Green value is 211 (82.81% from 255 or 43.96% from 480); Blue value is 72 (28.52% from 255 or 15% from 480); Max value from RGB is 211 - color contains mainly: green. Hex color #C5D348 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5D348 is #3A2CB7. Grayscale: #BFBFBF. Windows color (decimal): -3812536 or 4772805. OLE color: 4772805.

HSL color Cylindrical-coordinate representation of color #C5D348: hue angle of 66.04º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C5D348 is Cyan = 0.07, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.17.

Color convert

RGB 197 211 72 -
CMYK 0.07 0 0.66 0.17
HSL 66.04º 0.61% 0.55% -
HSV(B) 66.04º 0.66% 0.83% -
XYZ 47.49 58.93 15 -
YUV 190.97 60.86 132.3 -
System Red Green Blue C M Y K H S L
Decimal 197 211 72 0.07 0 0.66 0.17 66.04 0.61 0.55
Hex C5 D3 48 7 0 42 11 42 3D 37
Octal 305 323 110 7 0 102 21 102 75 67
Binary 11000101 11010011 1001000 111 0 1000010 10001 1000010 111101 110111

Color Harmonies of #C5D348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D348

Black with #C5D348

Text Example


Text Example

White with #C5D348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5D348; }

 p { color: rgb(197,211,72); }

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

background-color css

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

 a { background-color: rgb(197,211,72); }

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

border-color css

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

 span { border-color: rgb(197,211,72); }

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