Html Css Color HEX #C8D94D Las Palmas

📋 copy color: '#C8D94D'

red 200 ◦ green 217 ◦ blue 77

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

Shades of Las Palmas #C8D94D

Tints of Las Palmas #C8D94D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 15.59%

R = 40.49%
G = 43.93%
B = 15.59%

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

#C8D94D (or 0xC8D94D) is known color: Las Palmas. HEX triplet: C8, D9 and 4D. RGB value is (200,217,77). Sum of RGB (Red+Green+Blue) = 200+217+77=494 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.49% from 494); Green value is 217 (85.16% from 255 or 43.93% from 494); Blue value is 77 (30.47% from 255 or 15.59% from 494); Max value from RGB is 217 - color contains mainly: green. Hex color #C8D94D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8D94D is #3726B2. Grayscale: #C4C4C4. Windows color (decimal): -3614387 or 5102024. OLE color: 5102024.

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

Color convert

RGB 200 217 77 -
CMYK 0.08 0 0.65 0.15
HSL 67.29º 0.65% 0.58% -
HSV(B) 67.29º 0.65% 0.85% -
XYZ 49.97 62.44 16.44 -
YUV 195.96 60.87 130.88 -
System Red Green Blue C M Y K H S L
Decimal 200 217 77 0.08 0 0.65 0.15 67.29 0.65 0.58
Hex C8 D9 4D 8 0 41 F 43 41 3A
Octal 310 331 115 10 0 101 17 103 101 72
Binary 11001000 11011001 1001101 1000 0 1000001 1111 1000011 1000001 111010

Color Harmonies of #C8D94D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8D94D

Black with #C8D94D

Text Example


Text Example

White with #C8D94D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8D94D; }

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

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

background-color css

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

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

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

border-color css

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

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

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