Html Css Color HEX #C6DA32 Las Palmas

📋 copy color: '#C6DA32'

red 198 ◦ green 218 ◦ blue 50

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

Shades of Las Palmas #C6DA32

Tints of Las Palmas #C6DA32

RGB

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

 GREEN value IS 218 (85.55% from 255) = 46.78%

 BLUE value IS 50 (19.92% from 255) = 10.73%

R = 42.49%
G = 46.78%
B = 10.73%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#C6DA32 (or 0xC6DA32) is known color: Las Palmas. HEX triplet: C6, DA and 32. RGB value is (198,218,50). Sum of RGB (Red+Green+Blue) = 198+218+50=466 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.49% from 466); Green value is 218 (85.55% from 255 or 46.78% from 466); Blue value is 50 (19.92% from 255 or 10.73% from 466); Max value from RGB is 218 - color contains mainly: green. Hex color #C6DA32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6DA32 is #3925CD. Grayscale: #C1C1C1. Windows color (decimal): -3745230 or 3332806. OLE color: 3332806.

HSL color Cylindrical-coordinate representation of color #C6DA32: hue angle of 67.14º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C6DA32 is Cyan = 0.09, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.15.

Color convert

RGB 198 218 50 -
CMYK 0.09 0 0.77 0.15
HSL 67.14º 0.69% 0.53% -
HSV(B) 67.14º 0.77% 0.85% -
XYZ 48.94 62.38 12.48 -
YUV 192.87 47.37 131.66 -
System Red Green Blue C M Y K H S L
Decimal 198 218 50 0.09 0 0.77 0.15 67.14 0.69 0.53
Hex C6 DA 32 9 0 4D F 43 45 35
Octal 306 332 62 11 0 115 17 103 105 65
Binary 11000110 11011010 110010 1001 0 1001101 1111 1000011 1000101 110101

Color Harmonies of #C6DA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6DA32

Black with #C6DA32

Text Example


Text Example

White with #C6DA32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6DA32; }

 p { color: rgb(198,218,50); }

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

background-color css

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

 a { background-color: rgb(198,218,50); }

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

border-color css

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

 span { border-color: rgb(198,218,50); }

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