Html Css Color HEX #C6D43A Las Palmas

📋 copy color: '#C6D43A'

red 198 ◦ green 212 ◦ blue 58

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

Shades of Las Palmas #C6D43A

Tints of Las Palmas #C6D43A

RGB

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

 GREEN value IS 212 (83.2% from 255) = 45.3%

 BLUE value IS 58 (23.05% from 255) = 12.39%

R = 42.31%
G = 45.3%
B = 12.39%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.73

 K value IS 0.17

RGB Variations

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

Color information

#C6D43A (or 0xC6D43A) is known color: Las Palmas. HEX triplet: C6, D4 and 3A. RGB value is (198,212,58). Sum of RGB (Red+Green+Blue) = 198+212+58=468 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.31% from 468); Green value is 212 (83.20% from 255 or 45.30% from 468); Blue value is 58 (23.05% from 255 or 12.39% from 468); Max value from RGB is 212 - color contains mainly: green. Hex color #C6D43A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6D43A is #392BC5. Grayscale: #BEBEBE. Windows color (decimal): -3746758 or 3855558. OLE color: 3855558.

HSL color Cylindrical-coordinate representation of color #C6D43A: hue angle of 65.45º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C6D43A is Cyan = 0.07, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.17.

Color convert

RGB 198 212 58 -
CMYK 0.07 0 0.73 0.17
HSL 65.45º 0.64% 0.53% -
HSV(B) 65.45º 0.73% 0.83% -
XYZ 47.6 59.4 12.96 -
YUV 190.26 53.36 133.52 -
System Red Green Blue C M Y K H S L
Decimal 198 212 58 0.07 0 0.73 0.17 65.45 0.64 0.53
Hex C6 D4 3A 7 0 49 11 41 40 35
Octal 306 324 72 7 0 111 21 101 100 65
Binary 11000110 11010100 111010 111 0 1001001 10001 1000001 1000000 110101

Color Harmonies of #C6D43A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6D43A

Black with #C6D43A

Text Example


Text Example

White with #C6D43A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6D43A; }

 p { color: rgb(198,212,58); }

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

background-color css

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

 a { background-color: rgb(198,212,58); }

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

border-color css

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

 span { border-color: rgb(198,212,58); }

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