Html Css Color HEX #C6D53F Las Palmas

📋 copy color: '#C6D53F'

red 198 ◦ green 213 ◦ blue 63

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

Shades of Las Palmas #C6D53F

Tints of Las Palmas #C6D53F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 13.29%

R = 41.77%
G = 44.94%
B = 13.29%

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

#C6D53F (or 0xC6D53F) is known color: Las Palmas. HEX triplet: C6, D5 and 3F. RGB value is (198,213,63). Sum of RGB (Red+Green+Blue) = 198+213+63=474 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.77% from 474); Green value is 213 (83.59% from 255 or 44.94% from 474); Blue value is 63 (25% from 255 or 13.29% from 474); Max value from RGB is 213 - color contains mainly: green. Hex color #C6D53F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6D53F is #392AC0. Grayscale: #C0C0C0. Windows color (decimal): -3746497 or 4183494. OLE color: 4183494.

HSL color Cylindrical-coordinate representation of color #C6D53F: hue angle of 66º 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 #C6D53F is Cyan = 0.07, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB 198 213 63 -
CMYK 0.07 0 0.70 0.16
HSL 66º 0.64% 0.54% -
HSV(B) 66º 0.7% 0.84% -
XYZ 47.98 59.95 13.75 -
YUV 191.42 55.53 132.7 -
System Red Green Blue C M Y K H S L
Decimal 198 213 63 0.07 0 0.70 0.16 66 0.64 0.54
Hex C6 D5 3F 7 0 46 10 42 40 36
Octal 306 325 77 7 0 106 20 102 100 66
Binary 11000110 11010101 111111 111 0 1000110 10000 1000010 1000000 110110

Color Harmonies of #C6D53F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6D53F

Black with #C6D53F

Text Example


Text Example

White with #C6D53F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6D53F; }

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

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

background-color css

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

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

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

border-color css

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

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

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