Html Css Color HEX #C4DC32 Las Palmas

📋 copy color: '#C4DC32'

red 196 ◦ green 220 ◦ blue 50

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

Shades of Las Palmas #C4DC32

Tints of Las Palmas #C4DC32

RGB

 RED value IS 196 (76.95% from 255) = 42.06%

 GREEN value IS 220 (86.33% from 255) = 47.21%

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

R = 42.06%
G = 47.21%
B = 10.73%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#C4DC32 (or 0xC4DC32) is known color: Las Palmas. HEX triplet: C4, DC and 32. RGB value is (196,220,50). Sum of RGB (Red+Green+Blue) = 196+220+50=466 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.06% from 466); Green value is 220 (86.33% from 255 or 47.21% from 466); Blue value is 50 (19.92% from 255 or 10.73% from 466); Max value from RGB is 220 - color contains mainly: green. Hex color #C4DC32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4DC32 is #3B23CD. Grayscale: #C2C2C2. Windows color (decimal): -3875790 or 3333316. OLE color: 3333316.

HSL color Cylindrical-coordinate representation of color #C4DC32: hue angle of 68.47º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C4DC32 is Cyan = 0.11, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.14.

Color convert

RGB 196 220 50 -
CMYK 0.11 0 0.77 0.14
HSL 68.47º 0.71% 0.53% -
HSV(B) 68.47º 0.77% 0.86% -
XYZ 48.93 63.15 12.63 -
YUV 193.44 47.05 129.82 -
System Red Green Blue C M Y K H S L
Decimal 196 220 50 0.11 0 0.77 0.14 68.47 0.71 0.53
Hex C4 DC 32 B 0 4D E 44 47 35
Octal 304 334 62 13 0 115 16 104 107 65
Binary 11000100 11011100 110010 1011 0 1001101 1110 1000100 1000111 110101

Color Harmonies of #C4DC32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4DC32

Black with #C4DC32

Text Example


Text Example

White with #C4DC32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4DC32; }

 p { color: rgb(196,220,50); }

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

background-color css

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

 a { background-color: rgb(196,220,50); }

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

border-color css

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

 span { border-color: rgb(196,220,50); }

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