Html Css Color HEX #C6E048 Las Palmas

📋 copy color: '#C6E048'

red 198 ◦ green 224 ◦ blue 72

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

Shades of Las Palmas #C6E048

Tints of Las Palmas #C6E048

RGB

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

 GREEN value IS 224 (87.89% from 255) = 45.34%

 BLUE value IS 72 (28.52% from 255) = 14.57%

R = 40.08%
G = 45.34%
B = 14.57%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.68

 K value IS 0.12

RGB Variations

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

Color information

#C6E048 (or 0xC6E048) is known color: Las Palmas. HEX triplet: C6, E0 and 48. RGB value is (198,224,72). Sum of RGB (Red+Green+Blue) = 198+224+72=494 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.08% from 494); Green value is 224 (87.89% from 255 or 45.34% from 494); Blue value is 72 (28.52% from 255 or 14.57% from 494); Max value from RGB is 224 - color contains mainly: green. Hex color #C6E048 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6E048 is #391FB7. Grayscale: #C7C7C7. Windows color (decimal): -3743672 or 4776134. OLE color: 4776134.

HSL color Cylindrical-coordinate representation of color #C6E048: hue angle of 70.26º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C6E048 is Cyan = 0.12, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.12.

Color convert

RGB 198 224 72 -
CMYK 0.12 0 0.68 0.12
HSL 70.26º 0.71% 0.58% -
HSV(B) 70.26º 0.68% 0.88% -
XYZ 51.11 65.78 16.13 -
YUV 198.9 56.39 127.36 -
System Red Green Blue C M Y K H S L
Decimal 198 224 72 0.12 0 0.68 0.12 70.26 0.71 0.58
Hex C6 E0 48 C 0 44 C 46 47 3A
Octal 306 340 110 14 0 104 14 106 107 72
Binary 11000110 11100000 1001000 1100 0 1000100 1100 1000110 1000111 111010

Color Harmonies of #C6E048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6E048

Black with #C6E048

Text Example


Text Example

White with #C6E048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6E048; }

 p { color: rgb(198,224,72); }

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

background-color css

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

 a { background-color: rgb(198,224,72); }

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

border-color css

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

 span { border-color: rgb(198,224,72); }

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