#CFD85A

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

Shades of Wild Willow #CFD85A

Tints of Wild Willow #CFD85A

Color information

#CFD85A (or 0xCFD85A) is unknown color: approx Wild Willow. HEX triplet: CF, D8 and 5A. RGB value is (207,216,90). Sum of RGB (Red+Green+Blue) = 207+216+90=513 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.35% from 513); Green value is 216 (84.77% from 255 or 42.11% from 513); Blue value is 90 (35.55% from 255 or 17.54% from 513); Max value from RGB is 216 - color contains mainly: green. Hex color #CFD85A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD85A is #3027A5. Grayscale: #C7C7C7. Windows color (decimal): -3155878 or 5953743. OLE color: 5953743.

HSL color Cylindrical-coordinate representation of color #CFD85A: hue angle of 64.29º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CFD85A is Cyan = 0.04, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.

Color convert

RGB20721690-
CMYK0.0400.580.15
HSL64.29º61.76%60%-
HSV(B)64.29º58.33%84.71%-
XYZ52.1363.1219.11-
YUV198.9466.52133.75-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.35%
GREEN value IS 216 (84.77% from 255) = 42.11%
BLUE value IS 90 (35.55% from 255) = 17.54%
R=40.35%
G=42.11%
B=17.54%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal207216900.0400.580.1564.2961.7660
HexCFD85A403AF403e3c
Octal3173301324072171007674
Binary11001111110110001011010100011101011111000000111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD85A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD85A; }

 p { color: rgb(207,216,90); }

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

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

 a { background-color: rgb(207,216,90); }

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

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

 span { border-color: rgb(207,216,90); }

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