Html Css Color HEX #C5DC32 Las Palmas

📋 copy color: '#C5DC32'

red 197 ◦ green 220 ◦ blue 50

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

Shades of Las Palmas #C5DC32

Tints of Las Palmas #C5DC32

RGB

 RED value IS 197 (77.34% from 255) = 42.18%

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

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

R = 42.18%
G = 47.11%
B = 10.71%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#C5DC32 (or 0xC5DC32) is known color: Las Palmas. HEX triplet: C5, DC and 32. RGB value is (197,220,50). Sum of RGB (Red+Green+Blue) = 197+220+50=467 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.18% from 467); Green value is 220 (86.33% from 255 or 47.11% from 467); Blue value is 50 (19.92% from 255 or 10.71% from 467); Max value from RGB is 220 - color contains mainly: green. Hex color #C5DC32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5DC32 is #3A23CD. Grayscale: #C2C2C2. Windows color (decimal): -3810254 or 3333317. OLE color: 3333317.

HSL color Cylindrical-coordinate representation of color #C5DC32: hue angle of 68.12º 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 #C5DC32 is Cyan = 0.10, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.14.

Color convert

RGB 197 220 50 -
CMYK 0.10 0 0.77 0.14
HSL 68.12º 0.71% 0.53% -
HSV(B) 68.12º 0.77% 0.86% -
XYZ 49.19 63.29 12.64 -
YUV 193.74 46.88 130.32 -
System Red Green Blue C M Y K H S L
Decimal 197 220 50 0.10 0 0.77 0.14 68.12 0.71 0.53
Hex C5 DC 32 A 0 4D E 44 47 35
Octal 305 334 62 12 0 115 16 104 107 65
Binary 11000101 11011100 110010 1010 0 1001101 1110 1000100 1000111 110101

Color Harmonies of #C5DC32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5DC32

Black with #C5DC32

Text Example


Text Example

White with #C5DC32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5DC32; }

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

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

background-color css

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

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

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

border-color css

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

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

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