Html Css Color HEX #C5D146 Las Palmas

📋 copy color: '#C5D146'

red 197 ◦ green 209 ◦ blue 70

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

Shades of Las Palmas #C5D146

Tints of Las Palmas #C5D146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 14.71%

R = 41.39%
G = 43.91%
B = 14.71%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#C5D146 (or 0xC5D146) is known color: Las Palmas. HEX triplet: C5, D1 and 46. RGB value is (197,209,70). Sum of RGB (Red+Green+Blue) = 197+209+70=476 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.39% from 476); Green value is 209 (82.03% from 255 or 43.91% from 476); Blue value is 70 (27.73% from 255 or 14.71% from 476); Max value from RGB is 209 - color contains mainly: green. Hex color #C5D146 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5D146 is #3A2EB9. Grayscale: #BEBEBE. Windows color (decimal): -3813050 or 4641221. OLE color: 4641221.

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

Color convert

RGB 197 209 70 -
CMYK 0.06 0 0.67 0.18
HSL 65.18º 0.6% 0.55% -
HSV(B) 65.18º 0.67% 0.82% -
XYZ 46.93 57.91 14.5 -
YUV 189.57 60.52 133.3 -
System Red Green Blue C M Y K H S L
Decimal 197 209 70 0.06 0 0.67 0.18 65.18 0.6 0.55
Hex C5 D1 46 6 0 43 12 41 3C 37
Octal 305 321 106 6 0 103 22 101 74 67
Binary 11000101 11010001 1000110 110 0 1000011 10010 1000001 111100 110111

Color Harmonies of #C5D146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D146

Black with #C5D146

Text Example


Text Example

White with #C5D146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5D146; }

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

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

background-color css

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

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

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

border-color css

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

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

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