Html Css Color HEX #C6D34C Las Palmas

📋 copy color: '#C6D34C'

red 198 ◦ green 211 ◦ blue 76

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

Shades of Las Palmas #C6D34C

Tints of Las Palmas #C6D34C

RGB

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

 GREEN value IS 211 (82.81% from 255) = 43.51%

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

R = 40.82%
G = 43.51%
B = 15.67%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.64

 K value IS 0.17

RGB Variations

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

Color information

#C6D34C (or 0xC6D34C) is known color: Las Palmas. HEX triplet: C6, D3 and 4C. RGB value is (198,211,76). Sum of RGB (Red+Green+Blue) = 198+211+76=485 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.82% from 485); Green value is 211 (82.81% from 255 or 43.51% from 485); Blue value is 76 (30.08% from 255 or 15.67% from 485); Max value from RGB is 211 - color contains mainly: green. Hex color #C6D34C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6D34C is #392CB3. Grayscale: #C0C0C0. Windows color (decimal): -3746996 or 5034950. OLE color: 5034950.

HSL color Cylindrical-coordinate representation of color #C6D34C: hue angle of 65.78º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C6D34C is Cyan = 0.06, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.17.

Color convert

RGB 198 211 76 -
CMYK 0.06 0 0.64 0.17
HSL 65.78º 0.61% 0.56% -
HSV(B) 65.78º 0.64% 0.83% -
XYZ 47.89 59.12 15.72 -
YUV 191.72 62.69 132.48 -
System Red Green Blue C M Y K H S L
Decimal 198 211 76 0.06 0 0.64 0.17 65.78 0.61 0.56
Hex C6 D3 4C 6 0 40 11 42 3D 38
Octal 306 323 114 6 0 100 21 102 75 70
Binary 11000110 11010011 1001100 110 0 1000000 10001 1000010 111101 111000

Color Harmonies of #C6D34C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6D34C

Black with #C6D34C

Text Example


Text Example

White with #C6D34C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6D34C; }

 p { color: rgb(198,211,76); }

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

background-color css

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

 a { background-color: rgb(198,211,76); }

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

border-color css

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

 span { border-color: rgb(198,211,76); }

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