Html Css Color HEX #C6D535 Las Palmas

📋 copy color: '#C6D535'

red 198 ◦ green 213 ◦ blue 53

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

Shades of Las Palmas #C6D535

Tints of Las Palmas #C6D535

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 11.42%

R = 42.67%
G = 45.91%
B = 11.42%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#C6D535 (or 0xC6D535) is known color: Las Palmas. HEX triplet: C6, D5 and 35. RGB value is (198,213,53). Sum of RGB (Red+Green+Blue) = 198+213+53=464 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.67% from 464); Green value is 213 (83.59% from 255 or 45.91% from 464); Blue value is 53 (21.09% from 255 or 11.42% from 464); Max value from RGB is 213 - color contains mainly: green. Hex color #C6D535 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6D535 is #392ACA. Grayscale: #BEBEBE. Windows color (decimal): -3746507 or 3528134. OLE color: 3528134.

HSL color Cylindrical-coordinate representation of color #C6D535: hue angle of 65.62º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C6D535 is Cyan = 0.07, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.

Color convert

RGB 198 213 53 -
CMYK 0.07 0 0.75 0.16
HSL 65.63º 0.66% 0.52% -
HSV(B) 65.63º 0.75% 0.84% -
XYZ 47.73 59.85 12.41 -
YUV 190.28 50.53 133.51 -
System Red Green Blue C M Y K H S L
Decimal 198 213 53 0.07 0 0.75 0.16 65.63 0.66 0.52
Hex C6 D5 35 7 0 4B 10 42 42 34
Octal 306 325 65 7 0 113 20 102 102 64
Binary 11000110 11010101 110101 111 0 1001011 10000 1000010 1000010 110100

Color Harmonies of #C6D535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6D535

Black with #C6D535

Text Example


Text Example

White with #C6D535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6D535; }

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

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

background-color css

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

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

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

border-color css

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

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

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