Html Css Color HEX #C6D534 Las Palmas

📋 copy color: '#C6D534'

red 198 ◦ green 213 ◦ blue 52

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

Shades of Las Palmas #C6D534

Tints of Las Palmas #C6D534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 11.23%

R = 42.76%
G = 46%
B = 11.23%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#C6D534 (or 0xC6D534) is known color: Las Palmas. HEX triplet: C6, D5 and 34. RGB value is (198,213,52). Sum of RGB (Red+Green+Blue) = 198+213+52=463 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.76% from 463); Green value is 213 (83.59% from 255 or 46.00% from 463); Blue value is 52 (20.70% from 255 or 11.23% from 463); Max value from RGB is 213 - color contains mainly: green. Hex color #C6D534 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6D534 is #392ACB. Grayscale: #BEBEBE. Windows color (decimal): -3746508 or 3462598. OLE color: 3462598.

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

Color convert

RGB 198 213 52 -
CMYK 0.07 0 0.76 0.16
HSL 65.59º 0.66% 0.52% -
HSV(B) 65.59º 0.76% 0.84% -
XYZ 47.7 59.84 12.29 -
YUV 190.16 50.03 133.59 -
System Red Green Blue C M Y K H S L
Decimal 198 213 52 0.07 0 0.76 0.16 65.59 0.66 0.52
Hex C6 D5 34 7 0 4C 10 42 42 34
Octal 306 325 64 7 0 114 20 102 102 64
Binary 11000110 11010101 110100 111 0 1001100 10000 1000010 1000010 110100

Color Harmonies of #C6D534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6D534

Black with #C6D534

Text Example


Text Example

White with #C6D534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6D534; }

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

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

background-color css

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

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

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

border-color css

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

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

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