Html Css Color HEX #C4D04A Las Palmas

📋 copy color: '#C4D04A'

red 196 ◦ green 208 ◦ blue 74

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

Shades of Las Palmas #C4D04A

Tints of Las Palmas #C4D04A

RGB

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

 GREEN value IS 208 (81.64% from 255) = 43.51%

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

R = 41%
G = 43.51%
B = 15.48%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#C4D04A (or 0xC4D04A) is known color: Las Palmas. HEX triplet: C4, D0 and 4A. RGB value is (196,208,74). Sum of RGB (Red+Green+Blue) = 196+208+74=478 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.00% from 478); Green value is 208 (81.64% from 255 or 43.51% from 478); Blue value is 74 (29.30% from 255 or 15.48% from 478); Max value from RGB is 208 - color contains mainly: green. Hex color #C4D04A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4D04A is #3B2FB5. Grayscale: #BDBDBD. Windows color (decimal): -3878838 or 4903108. OLE color: 4903108.

HSL color Cylindrical-coordinate representation of color #C4D04A: hue angle of 65.37º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C4D04A is Cyan = 0.06, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.

Color convert

RGB 196 208 74 -
CMYK 0.06 0 0.64 0.18
HSL 65.37º 0.59% 0.55% -
HSV(B) 65.37º 0.64% 0.82% -
XYZ 46.56 57.34 15.09 -
YUV 189.14 63.02 132.9 -
System Red Green Blue C M Y K H S L
Decimal 196 208 74 0.06 0 0.64 0.18 65.37 0.59 0.55
Hex C4 D0 4A 6 0 40 12 41 3B 37
Octal 304 320 112 6 0 100 22 101 73 67
Binary 11000100 11010000 1001010 110 0 1000000 10010 1000001 111011 110111

Color Harmonies of #C4D04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4D04A

Black with #C4D04A

Text Example


Text Example

White with #C4D04A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4D04A; }

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

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

background-color css

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

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

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

border-color css

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

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

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