Html Css Color HEX #C5D550 Wild Willow

📋 copy color: '#C5D550'

red 197 ◦ green 213 ◦ blue 80

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

Shades of Wild Willow #C5D550

Tints of Wild Willow #C5D550

RGB

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

 GREEN value IS 213 (83.59% from 255) = 43.47%

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

R = 40.2%
G = 43.47%
B = 16.33%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#C5D550 (or 0xC5D550) is known color: Wild Willow. HEX triplet: C5, D5 and 50. RGB value is (197,213,80). Sum of RGB (Red+Green+Blue) = 197+213+80=490 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.20% from 490); Green value is 213 (83.59% from 255 or 43.47% from 490); Blue value is 80 (31.64% from 255 or 16.33% from 490); Max value from RGB is 213 - color contains mainly: green. Hex color #C5D550 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5D550 is #3A2AAF. Grayscale: #C1C1C1. Windows color (decimal): -3812016 or 5297605. OLE color: 5297605.

HSL color Cylindrical-coordinate representation of color #C5D550: hue angle of 67.22º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C5D550 is Cyan = 0.08, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.

Color convert

RGB 197 213 80 -
CMYK 0.08 0 0.62 0.16
HSL 67.22º 0.61% 0.57% -
HSV(B) 67.22º 0.62% 0.84% -
XYZ 48.27 60.04 16.63 -
YUV 193.05 64.2 130.81 -
System Red Green Blue C M Y K H S L
Decimal 197 213 80 0.08 0 0.62 0.16 67.22 0.61 0.57
Hex C5 D5 50 8 0 3E 10 43 3D 39
Octal 305 325 120 10 0 76 20 103 75 71
Binary 11000101 11010101 1010000 1000 0 111110 10000 1000011 111101 111001

Color Harmonies of #C5D550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D550

Black with #C5D550

Text Example


Text Example

White with #C5D550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5D550; }

 p { color: rgb(197,213,80); }

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

background-color css

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

 a { background-color: rgb(197,213,80); }

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

border-color css

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

 span { border-color: rgb(197,213,80); }

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