Html Css Color HEX #C4DC4A Las Palmas

📋 copy color: '#C4DC4A'

red 196 ◦ green 220 ◦ blue 74

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

Shades of Las Palmas #C4DC4A

Tints of Las Palmas #C4DC4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 15.1%

R = 40%
G = 44.9%
B = 15.1%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#C4DC4A (or 0xC4DC4A) is known color: Las Palmas. HEX triplet: C4, DC and 4A. RGB value is (196,220,74). Sum of RGB (Red+Green+Blue) = 196+220+74=490 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40% from 490); Green value is 220 (86.33% from 255 or 44.90% from 490); Blue value is 74 (29.30% from 255 or 15.10% from 490); Max value from RGB is 220 - color contains mainly: green. Hex color #C4DC4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4DC4A is #3B23B5. Grayscale: #C4C4C4. Windows color (decimal): -3875766 or 4906180. OLE color: 4906180.

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

Color convert

RGB 196 220 74 -
CMYK 0.11 0 0.66 0.14
HSL 69.86º 0.68% 0.58% -
HSV(B) 69.86º 0.66% 0.86% -
XYZ 49.59 63.42 16.11 -
YUV 196.18 59.05 127.87 -
System Red Green Blue C M Y K H S L
Decimal 196 220 74 0.11 0 0.66 0.14 69.86 0.68 0.58
Hex C4 DC 4A B 0 42 E 46 44 3A
Octal 304 334 112 13 0 102 16 106 104 72
Binary 11000100 11011100 1001010 1011 0 1000010 1110 1000110 1000100 111010

Color Harmonies of #C4DC4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4DC4A

Black with #C4DC4A

Text Example


Text Example

White with #C4DC4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4DC4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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