Html Css Color HEX #C5D75F Wild Willow

📋 copy color: '#C5D75F'

red 197 ◦ green 215 ◦ blue 95

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

Shades of Wild Willow #C5D75F

Tints of Wild Willow #C5D75F

RGB

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

 GREEN value IS 215 (84.38% from 255) = 42.41%

 BLUE value IS 95 (37.5% from 255) = 18.74%

R = 38.86%
G = 42.41%
B = 18.74%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#C5D75F (or 0xC5D75F) is known color: Wild Willow. HEX triplet: C5, D7 and 5F. RGB value is (197,215,95). Sum of RGB (Red+Green+Blue) = 197+215+95=507 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.86% from 507); Green value is 215 (84.38% from 255 or 42.41% from 507); Blue value is 95 (37.5% from 255 or 18.74% from 507); Max value from RGB is 215 - color contains mainly: green. Hex color #C5D75F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5D75F is #3A28A0. Grayscale: #C4C4C4. Windows color (decimal): -3811489 or 6281157. OLE color: 6281157.

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

Color convert

RGB 197 215 95 -
CMYK 0.08 0 0.56 0.16
HSL 69º 0.6% 0.61% -
HSV(B) 69º 0.56% 0.84% -
XYZ 49.39 61.3 20.05 -
YUV 195.94 71.04 128.76 -
System Red Green Blue C M Y K H S L
Decimal 197 215 95 0.08 0 0.56 0.16 69 0.6 0.61
Hex C5 D7 5F 8 0 38 10 45 3C 3D
Octal 305 327 137 10 0 70 20 105 74 75
Binary 11000101 11010111 1011111 1000 0 111000 10000 1000101 111100 111101

Color Harmonies of #C5D75F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D75F

Black with #C5D75F

Text Example


Text Example

White with #C5D75F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5D75F; }

 p { color: rgb(197,215,95); }

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

background-color css

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

 a { background-color: rgb(197,215,95); }

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

border-color css

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

 span { border-color: rgb(197,215,95); }

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