Html Css Color HEX #C6D241 Las Palmas

📋 copy color: '#C6D241'

red 198 ◦ green 210 ◦ blue 65

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

Shades of Las Palmas #C6D241

Tints of Las Palmas #C6D241

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 13.74%

R = 41.86%
G = 44.4%
B = 13.74%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#C6D241 (or 0xC6D241) is known color: Las Palmas. HEX triplet: C6, D2 and 41. RGB value is (198,210,65). Sum of RGB (Red+Green+Blue) = 198+210+65=473 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.86% from 473); Green value is 210 (82.42% from 255 or 44.40% from 473); Blue value is 65 (25.78% from 255 or 13.74% from 473); Max value from RGB is 210 - color contains mainly: green. Hex color #C6D241 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6D241 is #392DBE. Grayscale: #BEBEBE. Windows color (decimal): -3747263 or 4313798. OLE color: 4313798.

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

Color convert

RGB 198 210 65 -
CMYK 0.06 0 0.69 0.18
HSL 64.97º 0.62% 0.54% -
HSV(B) 64.97º 0.69% 0.82% -
XYZ 47.29 58.48 13.8 -
YUV 189.88 57.52 133.79 -
System Red Green Blue C M Y K H S L
Decimal 198 210 65 0.06 0 0.69 0.18 64.97 0.62 0.54
Hex C6 D2 41 6 0 45 12 41 3E 36
Octal 306 322 101 6 0 105 22 101 76 66
Binary 11000110 11010010 1000001 110 0 1000101 10010 1000001 111110 110110

Color Harmonies of #C6D241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6D241

Black with #C6D241

Text Example


Text Example

White with #C6D241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6D241; }

 p { color: rgb(198,210,65); }

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

background-color css

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

 a { background-color: rgb(198,210,65); }

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

border-color css

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

 span { border-color: rgb(198,210,65); }

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