Html Css Color HEX #C6D538 Las Palmas

📋 copy color: '#C6D538'

red 198 ◦ green 213 ◦ blue 56

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

Shades of Las Palmas #C6D538

Tints of Las Palmas #C6D538

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 11.99%

R = 42.4%
G = 45.61%
B = 11.99%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.74

 K value IS 0.16

RGB Variations

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

Color information

#C6D538 (or 0xC6D538) is known color: Las Palmas. HEX triplet: C6, D5 and 38. RGB value is (198,213,56). Sum of RGB (Red+Green+Blue) = 198+213+56=467 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.40% from 467); Green value is 213 (83.59% from 255 or 45.61% from 467); Blue value is 56 (22.27% from 255 or 11.99% from 467); Max value from RGB is 213 - color contains mainly: green. Hex color #C6D538 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6D538 is #392AC7. Grayscale: #BFBFBF. Windows color (decimal): -3746504 or 3724742. OLE color: 3724742.

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

Color convert

RGB 198 213 56 -
CMYK 0.07 0 0.74 0.16
HSL 65.73º 0.65% 0.53% -
HSV(B) 65.73º 0.74% 0.84% -
XYZ 47.8 59.88 12.78 -
YUV 190.62 52.03 133.27 -
System Red Green Blue C M Y K H S L
Decimal 198 213 56 0.07 0 0.74 0.16 65.73 0.65 0.53
Hex C6 D5 38 7 0 4A 10 42 41 35
Octal 306 325 70 7 0 112 20 102 101 65
Binary 11000110 11010101 111000 111 0 1001010 10000 1000010 1000001 110101

Color Harmonies of #C6D538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6D538

Black with #C6D538

Text Example


Text Example

White with #C6D538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6D538; }

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

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

background-color css

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

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

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

border-color css

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

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

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