#C7D75B

Color #C7D75B Wild Willow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Willow #C7D75B

Tints of Wild Willow #C7D75B

Color information

#C7D75B (or 0xC7D75B) is unknown color: approx Wild Willow. HEX triplet: C7, D7 and 5B. RGB value is (199,215,91). Sum of RGB (Red+Green+Blue) = 199+215+91=505 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.41% from 505); Green value is 215 (84.38% from 255 or 42.57% from 505); Blue value is 91 (35.94% from 255 or 18.02% from 505); Max value from RGB is 215 - color contains mainly: green. Hex color #C7D75B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7D75B is #3828A4. Grayscale: #C4C4C4. Windows color (decimal): -3680421 or 6019015. OLE color: 6019015.

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

Color convert

RGB19921591-
CMYK0.0700.580.16
HSL67.74º60.78%60%-
HSV(B)67.74º57.67%84.31%-
XYZ49.7461.519.15-
YUV196.0868.7130.08-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 39.41%
GREEN value IS 215 (84.38% from 255) = 42.57%
BLUE value IS 91 (35.94% from 255) = 18.02%
R=39.41%
G=42.57%
B=18.02%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal199215910.0700.580.1667.7460.7860
HexC7D75B703A10443d3c
Octal3073271337072201047574
Binary110001111101011110110111110111010100001000100111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7D75B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7D75B; }

 p { color: rgb(199,215,91); }

 H1.HeaderClassName
 {
   color: #C7D75B;
 }
 .AnyTagClassName
 {
   color: #C7D75B;
 }
</style>
background-color css

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

 a { background-color: rgb(199,215,91); }

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

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

 span { border-color: rgb(199,215,91); }

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