Html Css Color HEX #C6DD32 Las Palmas

📋 copy color: '#C6DD32'

red 198 ◦ green 221 ◦ blue 50

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

Shades of Las Palmas #C6DD32

Tints of Las Palmas #C6DD32

RGB

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

 GREEN value IS 221 (86.72% from 255) = 47.12%

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

R = 42.22%
G = 47.12%
B = 10.66%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#C6DD32 (or 0xC6DD32) is known color: Las Palmas. HEX triplet: C6, DD and 32. RGB value is (198,221,50). Sum of RGB (Red+Green+Blue) = 198+221+50=469 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.22% from 469); Green value is 221 (86.72% from 255 or 47.12% from 469); Blue value is 50 (19.92% from 255 or 10.66% from 469); Max value from RGB is 221 - color contains mainly: green. Hex color #C6DD32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6DD32 is #3922CD. Grayscale: #C3C3C3. Windows color (decimal): -3744462 or 3333574. OLE color: 3333574.

HSL color Cylindrical-coordinate representation of color #C6DD32: hue angle of 68.07º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C6DD32 is Cyan = 0.10, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.

Color convert

RGB 198 221 50 -
CMYK 0.10 0 0.77 0.13
HSL 68.07º 0.72% 0.53% -
HSV(B) 68.07º 0.77% 0.87% -
XYZ 49.72 63.95 12.74 -
YUV 194.63 46.38 130.4 -
System Red Green Blue C M Y K H S L
Decimal 198 221 50 0.10 0 0.77 0.13 68.07 0.72 0.53
Hex C6 DD 32 A 0 4D D 44 48 35
Octal 306 335 62 12 0 115 15 104 110 65
Binary 11000110 11011101 110010 1010 0 1001101 1101 1000100 1001000 110101

Color Harmonies of #C6DD32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6DD32

Black with #C6DD32

Text Example


Text Example

White with #C6DD32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6DD32; }

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

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

background-color css

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

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

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

border-color css

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

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

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