Html Css Color HEX #C6CD50 Wild Willow

📋 copy color: '#C6CD50'

red 198 ◦ green 205 ◦ blue 80

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

Shades of Wild Willow #C6CD50

Tints of Wild Willow #C6CD50

RGB

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

 GREEN value IS 205 (80.47% from 255) = 42.44%

 BLUE value IS 80 (31.64% from 255) = 16.56%

R = 40.99%
G = 42.44%
B = 16.56%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.61

 K value IS 0.20

RGB Variations

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

Color information

#C6CD50 (or 0xC6CD50) is known color: Wild Willow. HEX triplet: C6, CD and 50. RGB value is (198,205,80). Sum of RGB (Red+Green+Blue) = 198+205+80=483 (63% of max value = 765). Red value is 198 (77.73% from 255 or 40.99% from 483); Green value is 205 (80.47% from 255 or 42.44% from 483); Blue value is 80 (31.64% from 255 or 16.56% from 483); Max value from RGB is 205 - color contains mainly: green. Hex color #C6CD50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6CD50 is #3932AF. Grayscale: #BDBDBD. Windows color (decimal): -3748528 or 5295558. OLE color: 5295558.

HSL color Cylindrical-coordinate representation of color #C6CD50: hue angle of 63.36º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C6CD50 is Cyan = 0.03, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.20.

Color convert

RGB 198 205 80 -
CMYK 0.03 0 0.61 0.20
HSL 63.36º 0.56% 0.56% -
HSV(B) 63.36º 0.61% 0.8% -
XYZ 46.57 56.25 15.99 -
YUV 188.66 66.68 134.66 -
System Red Green Blue C M Y K H S L
Decimal 198 205 80 0.03 0 0.61 0.20 63.36 0.56 0.56
Hex C6 CD 50 3 0 3D 14 3F 38 38
Octal 306 315 120 3 0 75 24 77 70 70
Binary 11000110 11001101 1010000 11 0 111101 10100 111111 111000 111000

Color Harmonies of #C6CD50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6CD50

Black with #C6CD50

Text Example


Text Example

White with #C6CD50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6CD50; }

 p { color: rgb(198,205,80); }

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

background-color css

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

 a { background-color: rgb(198,205,80); }

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

border-color css

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

 span { border-color: rgb(198,205,80); }

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