Html Css Color HEX #C6D670 Wild Willow

📋 copy color: '#C6D670'

red 198 ◦ green 214 ◦ blue 112

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

Shades of Wild Willow #C6D670

Tints of Wild Willow #C6D670

RGB

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

 GREEN value IS 214 (83.98% from 255) = 40.84%

 BLUE value IS 112 (44.14% from 255) = 21.37%

R = 37.79%
G = 40.84%
B = 21.37%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#C6D670 (or 0xC6D670) is known color: Wild Willow. HEX triplet: C6, D6 and 70. RGB value is (198,214,112). Sum of RGB (Red+Green+Blue) = 198+214+112=524 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.79% from 524); Green value is 214 (83.98% from 255 or 40.84% from 524); Blue value is 112 (44.14% from 255 or 21.37% from 524); Max value from RGB is 214 - color contains mainly: green. Hex color #C6D670 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6D670 is #39298F. Grayscale: #C5C5C5. Windows color (decimal): -3746192 or 7395014. OLE color: 7395014.

HSL color Cylindrical-coordinate representation of color #C6D670: hue angle of 69.41º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C6D670 is Cyan = 0.07, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB 198 214 112 -
CMYK 0.07 0 0.48 0.16
HSL 69.41º 0.55% 0.64% -
HSV(B) 69.41º 0.48% 0.84% -
XYZ 50.26 61.27 24.51 -
YUV 197.59 79.7 128.29 -
System Red Green Blue C M Y K H S L
Decimal 198 214 112 0.07 0 0.48 0.16 69.41 0.55 0.64
Hex C6 D6 70 7 0 30 10 45 37 40
Octal 306 326 160 7 0 60 20 105 67 100
Binary 11000110 11010110 1110000 111 0 110000 10000 1000101 110111 1000000

Color Harmonies of #C6D670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6D670

Black with #C6D670

Text Example


Text Example

White with #C6D670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6D670; }

 p { color: rgb(198,214,112); }

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

background-color css

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

 a { background-color: rgb(198,214,112); }

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

border-color css

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

 span { border-color: rgb(198,214,112); }

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