Html Css Color HEX #C5D05D Wild Willow

📋 copy color: '#C5D05D'

red 197 ◦ green 208 ◦ blue 93

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

Shades of Wild Willow #C5D05D

Tints of Wild Willow #C5D05D

RGB

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

 GREEN value IS 208 (81.64% from 255) = 41.77%

 BLUE value IS 93 (36.72% from 255) = 18.67%

R = 39.56%
G = 41.77%
B = 18.67%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#C5D05D (or 0xC5D05D) is known color: Wild Willow. HEX triplet: C5, D0 and 5D. RGB value is (197,208,93). Sum of RGB (Red+Green+Blue) = 197+208+93=498 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.56% from 498); Green value is 208 (81.64% from 255 or 41.77% from 498); Blue value is 93 (36.72% from 255 or 18.67% from 498); Max value from RGB is 208 - color contains mainly: green. Hex color #C5D05D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5D05D is #3A2FA2. Grayscale: #C0C0C0. Windows color (decimal): -3813283 or 6148293. OLE color: 6148293.

HSL color Cylindrical-coordinate representation of color #C5D05D: hue angle of 65.74º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C5D05D is Cyan = 0.05, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.18.

Color convert

RGB 197 208 93 -
CMYK 0.05 0 0.55 0.18
HSL 65.74º 0.55% 0.59% -
HSV(B) 65.74º 0.55% 0.82% -
XYZ 47.56 57.77 19 -
YUV 191.6 72.36 131.85 -
System Red Green Blue C M Y K H S L
Decimal 197 208 93 0.05 0 0.55 0.18 65.74 0.55 0.59
Hex C5 D0 5D 5 0 37 12 42 37 3B
Octal 305 320 135 5 0 67 22 102 67 73
Binary 11000101 11010000 1011101 101 0 110111 10010 1000010 110111 111011

Color Harmonies of #C5D05D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D05D

Black with #C5D05D

Text Example


Text Example

White with #C5D05D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5D05D; }

 p { color: rgb(197,208,93); }

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

background-color css

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

 a { background-color: rgb(197,208,93); }

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

border-color css

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

 span { border-color: rgb(197,208,93); }

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