Html Css Color HEX #C5D240 Las Palmas

📋 copy color: '#C5D240'

red 197 ◦ green 210 ◦ blue 64

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

Shades of Las Palmas #C5D240

Tints of Las Palmas #C5D240

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 13.59%

R = 41.83%
G = 44.59%
B = 13.59%

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

#C5D240 (or 0xC5D240) is known color: Las Palmas. HEX triplet: C5, D2 and 40. RGB value is (197,210,64). Sum of RGB (Red+Green+Blue) = 197+210+64=471 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.83% from 471); Green value is 210 (82.42% from 255 or 44.59% from 471); Blue value is 64 (25.39% from 255 or 13.59% from 471); Max value from RGB is 210 - color contains mainly: green. Hex color #C5D240 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5D240 is #3A2DBF. Grayscale: #BEBEBE. Windows color (decimal): -3812800 or 4248261. OLE color: 4248261.

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

Color convert

RGB 197 210 64 -
CMYK 0.06 0 0.70 0.18
HSL 65.34º 0.62% 0.54% -
HSV(B) 65.34º 0.7% 0.82% -
XYZ 47 58.33 13.63 -
YUV 189.47 57.19 133.37 -
System Red Green Blue C M Y K H S L
Decimal 197 210 64 0.06 0 0.70 0.18 65.34 0.62 0.54
Hex C5 D2 40 6 0 46 12 41 3E 36
Octal 305 322 100 6 0 106 22 101 76 66
Binary 11000101 11010010 1000000 110 0 1000110 10010 1000001 111110 110110

Color Harmonies of #C5D240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D240

Black with #C5D240

Text Example


Text Example

White with #C5D240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5D240; }

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

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

background-color css

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

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

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

border-color css

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

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

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