Html Css Color HEX #C6D94D Las Palmas

📋 copy color: '#C6D94D'

red 198 ◦ green 217 ◦ blue 77

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

Shades of Las Palmas #C6D94D

Tints of Las Palmas #C6D94D

RGB

 RED value IS 198 (77.73% from 255) = 40.24%

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

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

R = 40.24%
G = 44.11%
B = 15.65%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#C6D94D (or 0xC6D94D) is known color: Las Palmas. HEX triplet: C6, D9 and 4D. RGB value is (198,217,77). Sum of RGB (Red+Green+Blue) = 198+217+77=492 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.24% from 492); Green value is 217 (85.16% from 255 or 44.11% from 492); Blue value is 77 (30.47% from 255 or 15.65% from 492); Max value from RGB is 217 - color contains mainly: green. Hex color #C6D94D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6D94D is #3926B2. Grayscale: #C3C3C3. Windows color (decimal): -3745459 or 5102022. OLE color: 5102022.

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

Color convert

RGB 198 217 77 -
CMYK 0.09 0 0.65 0.15
HSL 68.14º 0.65% 0.58% -
HSV(B) 68.14º 0.65% 0.85% -
XYZ 49.44 62.17 16.41 -
YUV 195.36 61.21 129.88 -
System Red Green Blue C M Y K H S L
Decimal 198 217 77 0.09 0 0.65 0.15 68.14 0.65 0.58
Hex C6 D9 4D 9 0 41 F 44 41 3A
Octal 306 331 115 11 0 101 17 104 101 72
Binary 11000110 11011001 1001101 1001 0 1000001 1111 1000100 1000001 111010

Color Harmonies of #C6D94D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6D94D

Black with #C6D94D

Text Example


Text Example

White with #C6D94D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6D94D; }

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

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

background-color css

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

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

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

border-color css

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

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

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