Html Css Color HEX #C4D94C Las Palmas

📋 copy color: '#C4D94C'

red 196 ◦ green 217 ◦ blue 76

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

Shades of Las Palmas #C4D94C

Tints of Las Palmas #C4D94C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 15.54%

R = 40.08%
G = 44.38%
B = 15.54%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#C4D94C (or 0xC4D94C) is known color: Las Palmas. HEX triplet: C4, D9 and 4C. RGB value is (196,217,76). Sum of RGB (Red+Green+Blue) = 196+217+76=489 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.08% from 489); Green value is 217 (85.16% from 255 or 44.38% from 489); Blue value is 76 (30.08% from 255 or 15.54% from 489); Max value from RGB is 217 - color contains mainly: green. Hex color #C4D94C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4D94C is #3B26B3. Grayscale: #C3C3C3. Windows color (decimal): -3876532 or 5036484. OLE color: 5036484.

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

Color convert

RGB 196 217 76 -
CMYK 0.10 0 0.65 0.15
HSL 68.94º 0.65% 0.57% -
HSV(B) 68.94º 0.65% 0.85% -
XYZ 48.88 61.88 16.21 -
YUV 194.65 61.04 128.96 -
System Red Green Blue C M Y K H S L
Decimal 196 217 76 0.10 0 0.65 0.15 68.94 0.65 0.57
Hex C4 D9 4C A 0 41 F 45 41 39
Octal 304 331 114 12 0 101 17 105 101 71
Binary 11000100 11011001 1001100 1010 0 1000001 1111 1000101 1000001 111001

Color Harmonies of #C4D94C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4D94C

Black with #C4D94C

Text Example


Text Example

White with #C4D94C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4D94C; }

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

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

background-color css

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

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

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

border-color css

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

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

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