Html Css Color HEX #C6D540 Las Palmas

📋 copy color: '#C6D540'

red 198 ◦ green 213 ◦ blue 64

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

Shades of Las Palmas #C6D540

Tints of Las Palmas #C6D540

RGB

 RED value IS 198 (77.73% from 255) = 41.68%

 GREEN value IS 213 (83.59% from 255) = 44.84%

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

R = 41.68%
G = 44.84%
B = 13.47%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#C6D540 (or 0xC6D540) is known color: Las Palmas. HEX triplet: C6, D5 and 40. RGB value is (198,213,64). Sum of RGB (Red+Green+Blue) = 198+213+64=475 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.68% from 475); Green value is 213 (83.59% from 255 or 44.84% from 475); Blue value is 64 (25.39% from 255 or 13.47% from 475); Max value from RGB is 213 - color contains mainly: green. Hex color #C6D540 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6D540 is #392ABF. Grayscale: #C0C0C0. Windows color (decimal): -3746496 or 4249030. OLE color: 4249030.

HSL color Cylindrical-coordinate representation of color #C6D540: hue angle of 66.04º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C6D540 is Cyan = 0.07, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB 198 213 64 -
CMYK 0.07 0 0.70 0.16
HSL 66.04º 0.64% 0.54% -
HSV(B) 66.04º 0.7% 0.84% -
XYZ 48.01 59.96 13.89 -
YUV 191.53 56.03 132.62 -
System Red Green Blue C M Y K H S L
Decimal 198 213 64 0.07 0 0.70 0.16 66.04 0.64 0.54
Hex C6 D5 40 7 0 46 10 42 40 36
Octal 306 325 100 7 0 106 20 102 100 66
Binary 11000110 11010101 1000000 111 0 1000110 10000 1000010 1000000 110110

Color Harmonies of #C6D540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6D540

Black with #C6D540

Text Example


Text Example

White with #C6D540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6D540; }

 p { color: rgb(198,213,64); }

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

background-color css

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

 a { background-color: rgb(198,213,64); }

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

border-color css

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

 span { border-color: rgb(198,213,64); }

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