Html Css Color HEX #C8D94C Las Palmas

📋 copy color: '#C8D94C'

red 200 ◦ green 217 ◦ blue 76

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

Shades of Las Palmas #C8D94C

Tints of Las Palmas #C8D94C

RGB

 RED value IS 200 (78.52% from 255) = 40.57%

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

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

R = 40.57%
G = 44.02%
B = 15.42%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#C8D94C (or 0xC8D94C) is known color: Las Palmas. HEX triplet: C8, D9 and 4C. RGB value is (200,217,76). Sum of RGB (Red+Green+Blue) = 200+217+76=493 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.57% from 493); Green value is 217 (85.16% from 255 or 44.02% from 493); Blue value is 76 (30.08% from 255 or 15.42% from 493); Max value from RGB is 217 - color contains mainly: green. Hex color #C8D94C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8D94C is #3726B3. Grayscale: #C4C4C4. Windows color (decimal): -3614388 or 5036488. OLE color: 5036488.

HSL color Cylindrical-coordinate representation of color #C8D94C: hue angle of 67.23º 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 #C8D94C is Cyan = 0.08, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB 200 217 76 -
CMYK 0.08 0 0.65 0.15
HSL 67.23º 0.65% 0.57% -
HSV(B) 67.23º 0.65% 0.85% -
XYZ 49.94 62.43 16.26 -
YUV 195.84 60.37 130.96 -
System Red Green Blue C M Y K H S L
Decimal 200 217 76 0.08 0 0.65 0.15 67.23 0.65 0.57
Hex C8 D9 4C 8 0 41 F 43 41 39
Octal 310 331 114 10 0 101 17 103 101 71
Binary 11001000 11011001 1001100 1000 0 1000001 1111 1000011 1000001 111001

Color Harmonies of #C8D94C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8D94C

Black with #C8D94C

Text Example


Text Example

White with #C8D94C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8D94C; }

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

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

background-color css

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

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

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

border-color css

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

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

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