Html Css Color HEX #C5D04B Wild Willow

📋 copy color: '#C5D04B'

red 197 ◦ green 208 ◦ blue 75

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

Shades of Wild Willow #C5D04B

Tints of Wild Willow #C5D04B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 15.63%

R = 41.04%
G = 43.33%
B = 15.63%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#C5D04B (or 0xC5D04B) is known color: Wild Willow. HEX triplet: C5, D0 and 4B. RGB value is (197,208,75). Sum of RGB (Red+Green+Blue) = 197+208+75=480 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.04% from 480); Green value is 208 (81.64% from 255 or 43.33% from 480); Blue value is 75 (29.69% from 255 or 15.62% from 480); Max value from RGB is 208 - color contains mainly: green. Hex color #C5D04B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5D04B is #3A2FB4. Grayscale: #BEBEBE. Windows color (decimal): -3813301 or 4968645. OLE color: 4968645.

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

Color convert

RGB 197 208 75 -
CMYK 0.05 0 0.64 0.18
HSL 64.96º 0.59% 0.55% -
HSV(B) 64.96º 0.64% 0.82% -
XYZ 46.85 57.49 15.28 -
YUV 189.55 63.36 133.31 -
System Red Green Blue C M Y K H S L
Decimal 197 208 75 0.05 0 0.64 0.18 64.96 0.59 0.55
Hex C5 D0 4B 5 0 40 12 41 3B 37
Octal 305 320 113 5 0 100 22 101 73 67
Binary 11000101 11010000 1001011 101 0 1000000 10010 1000001 111011 110111

Color Harmonies of #C5D04B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D04B

Black with #C5D04B

Text Example


Text Example

White with #C5D04B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5D04B; }

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

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

background-color css

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

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

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

border-color css

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

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

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