Html Css Color HEX #C4DC45 Las Palmas

📋 copy color: '#C4DC45'

red 196 ◦ green 220 ◦ blue 69

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

Shades of Las Palmas #C4DC45

Tints of Las Palmas #C4DC45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 14.23%

R = 40.41%
G = 45.36%
B = 14.23%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#C4DC45 (or 0xC4DC45) is known color: Las Palmas. HEX triplet: C4, DC and 45. RGB value is (196,220,69). Sum of RGB (Red+Green+Blue) = 196+220+69=485 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.41% from 485); Green value is 220 (86.33% from 255 or 45.36% from 485); Blue value is 69 (27.34% from 255 or 14.23% from 485); Max value from RGB is 220 - color contains mainly: green. Hex color #C4DC45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4DC45 is #3B23BA. Grayscale: #C4C4C4. Windows color (decimal): -3875771 or 4578500. OLE color: 4578500.

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

Color convert

RGB 196 220 69 -
CMYK 0.11 0 0.69 0.14
HSL 69.54º 0.68% 0.57% -
HSV(B) 69.54º 0.69% 0.86% -
XYZ 49.43 63.35 15.25 -
YUV 195.61 56.55 128.28 -
System Red Green Blue C M Y K H S L
Decimal 196 220 69 0.11 0 0.69 0.14 69.54 0.68 0.57
Hex C4 DC 45 B 0 45 E 46 44 39
Octal 304 334 105 13 0 105 16 106 104 71
Binary 11000100 11011100 1000101 1011 0 1000101 1110 1000110 1000100 111001

Color Harmonies of #C4DC45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4DC45

Black with #C4DC45

Text Example


Text Example

White with #C4DC45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4DC45; }

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

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

background-color css

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

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

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

border-color css

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

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

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