Html Css Color HEX #C4D94A Las Palmas

📋 copy color: '#C4D94A'

red 196 ◦ green 217 ◦ blue 74

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

Shades of Las Palmas #C4D94A

Tints of Las Palmas #C4D94A

RGB

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

 GREEN value IS 217 (85.16% from 255) = 44.56%

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

R = 40.25%
G = 44.56%
B = 15.2%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#C4D94A (or 0xC4D94A) is known color: Las Palmas. HEX triplet: C4, D9 and 4A. RGB value is (196,217,74). Sum of RGB (Red+Green+Blue) = 196+217+74=487 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.25% from 487); Green value is 217 (85.16% from 255 or 44.56% from 487); Blue value is 74 (29.30% from 255 or 15.20% from 487); Max value from RGB is 217 - color contains mainly: green. Hex color #C4D94A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4D94A is #3B26B5. Grayscale: #C2C2C2. Windows color (decimal): -3876534 or 4905412. OLE color: 4905412.

HSL color Cylindrical-coordinate representation of color #C4D94A: hue angle of 68.81º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C4D94A is Cyan = 0.10, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB 196 217 74 -
CMYK 0.10 0 0.66 0.15
HSL 68.81º 0.65% 0.57% -
HSV(B) 68.81º 0.66% 0.85% -
XYZ 48.81 61.86 15.85 -
YUV 194.42 60.04 129.13 -
System Red Green Blue C M Y K H S L
Decimal 196 217 74 0.10 0 0.66 0.15 68.81 0.65 0.57
Hex C4 D9 4A A 0 42 F 45 41 39
Octal 304 331 112 12 0 102 17 105 101 71
Binary 11000100 11011001 1001010 1010 0 1000010 1111 1000101 1000001 111001

Color Harmonies of #C4D94A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4D94A

Black with #C4D94A

Text Example


Text Example

White with #C4D94A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4D94A; }

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

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

background-color css

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

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

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

border-color css

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

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

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