Html Css Color HEX #C5D670 Wild Willow

📋 copy color: '#C5D670'

red 197 ◦ green 214 ◦ blue 112

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

Shades of Wild Willow #C5D670

Tints of Wild Willow #C5D670

RGB

 RED value IS 197 (77.34% from 255) = 37.67%

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

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

R = 37.67%
G = 40.92%
B = 21.41%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#C5D670 (or 0xC5D670) is known color: Wild Willow. HEX triplet: C5, D6 and 70. RGB value is (197,214,112). Sum of RGB (Red+Green+Blue) = 197+214+112=523 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.67% from 523); Green value is 214 (83.98% from 255 or 40.92% from 523); Blue value is 112 (44.14% from 255 or 21.41% from 523); Max value from RGB is 214 - color contains mainly: green. Hex color #C5D670 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5D670 is #3A298F. Grayscale: #C5C5C5. Windows color (decimal): -3811728 or 7395013. OLE color: 7395013.

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

Color convert

RGB 197 214 112 -
CMYK 0.08 0 0.48 0.16
HSL 70º 0.55% 0.64% -
HSV(B) 70º 0.48% 0.84% -
XYZ 50 61.13 24.49 -
YUV 197.29 79.87 127.79 -
System Red Green Blue C M Y K H S L
Decimal 197 214 112 0.08 0 0.48 0.16 70 0.55 0.64
Hex C5 D6 70 8 0 30 10 46 37 40
Octal 305 326 160 10 0 60 20 106 67 100
Binary 11000101 11010110 1110000 1000 0 110000 10000 1000110 110111 1000000

Color Harmonies of #C5D670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D670

Black with #C5D670

Text Example


Text Example

White with #C5D670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5D670; }

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

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

background-color css

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

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

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

border-color css

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

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

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